myforce / angularjs-dropdown-multiselect

AngularJS Dropdown Multiselect
http://myforce.github.io/angularjs-dropdown-multiselect/
MIT License
34 stars 28 forks source link

Keyboard Controls not Working #6

Closed CronGM closed 8 years ago

CronGM commented 8 years ago

Hello. The keyboard controls are not working in the demo anymore. I remember choosing to work with your fork over the original one because of this. Any idea why this is happening?

pkempenaers commented 8 years ago

I've fixed this, thanks for bringing it to my attention. The problem was that I used event listeners instead of ng-keydown. When the "lazy loading" of the list was introduced adding event listeners on opening didn't work any more.

This fix should be included in 1.2.6, 1.3.8, 1.4.1 and higher