sukima / ember-cli-select-picker

An enhanced Boostrap styled select component addon for Ember CLI
https://sukima.github.io/ember-cli-select-picker
MIT License
23 stars 15 forks source link

keyboard-select-picker traps up/down arrows for entire view #45

Closed sukima closed 8 years ago

sukima commented 8 years ago

The keyboard-select-picker traps the Up, Down, and Return keys to manage selecting with the keyboard. However this is not isolated to just the select picker and actually traps the entire page preventing those keys from doing their normal actions (for example in a textarea).

sweco-secfha commented 8 years ago

I just submitted a PR for this: https://github.com/sukima/ember-cli-select-picker/pull/46

sukima commented 8 years ago

Fixed in 2.3.0