amitava82 / angular-multiselect

[NOT MAINTAINED]Native AngularJS multiselect directive
http://amitava82.github.io/angular-multiselect
MIT License
140 stars 124 forks source link

Added support for arrow keys #70

Closed akempes closed 8 years ago

akempes commented 8 years ago

Hello,

With some minor changes it will be possible to use the arrow keys to highlight a listed item. When hitting the enter key the selected item will be (un)selected.

Everything is build and I also updated the gh-pages branche. Please check the demo at: http://akempes.github.io/angular-multiselect/

Kindest regards, Arjan Kempes

amitava82 commented 8 years ago

Thanks for your work, however the example seems to be not working for me. I clicked to open the dropdown (search boxes are focused on open) and pressing arrow keys do not do anything.

akempes commented 8 years ago

It seemed to be a browser issue. It should be fixed now. Sorry for the inconvenience!

amitava82 commented 8 years ago

This Looks good! Fixes #4