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

Prevent an undefined selection #24

Closed sukima closed 9 years ago

sukima commented 9 years ago

With keyboard select is was possible to press enter and select the activeItem when the activeIndex hasn;t been set yet (nothing selected by default) and so the syste, would selectItem on undefined.