lordfriend / nya-bootstrap-select

An AngularJS select replacement which build select like dropdown component with collection and ng-model support
http://nya.io/nya-bootstrap-select/
MIT License
178 stars 81 forks source link

Accessibility #104

Open monkemedia opened 8 years ago

monkemedia commented 8 years ago

Changes to allow users to navigate through options using letters on their keyboard

lordfriend commented 8 years ago

If live-search='true', it just don't need to quick focus through keystroke. If event.target isn't the menu or menu isn't open, do you think the focus should be changed?

monkemedia commented 8 years ago

Please go ahead and make any changes you wish. I just did a basic update to get the accessibility working on my website. The next change I will look into is for an option to be selected if the user uses 'auto fill' in their browser.