Bob Dankert
Bob Dankert
I haven't looked at it in much detail, but if focus could somehow be given to the A.chosen-single element when tabbing to the field, it would match the default browser...
@starzonmyarmz I agree completely, that's why I would much prefer to somehow get the component to use the standard focus implementation to render the outline/whatever CSS the browser has in...
If anyone has any ideas on how to make this work, that would be appreciated. Right now, I am doing a giant hack: ```js $timeout(function () { angular.element(document.getElementById('autocomplete-element-id')).find('input').focus(); }, 1500);...
Same. Downgrading Python to 3.11 to fix this, but would be nice if this was addressed in the repo
Surprised they haven't been linked yet, but same issue here: https://github.com/aws/aws-elastic-beanstalk-cli/issues/551
@haizadvnet I didn't make any other changes other than the GRPC version, going from 1.69.0 to 1.67.0. This is using a docker php environment so I am certain that nothing...