myforce / angularjs-dropdown-multiselect

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

Is there any option to select the dropdown list using tab key in keyboard ??? #36

Closed vaksanth closed 7 years ago

vaksanth commented 7 years ago

Hi ,

Need to know , how to open the multi-select drop down using tab key instead of space bar and enter key.

Advance thanks for ur help :)

pkempenaers commented 7 years ago

You'll have to do that yourself in a separate fork, I've opted to use the same behavior as with a normal html select element. Which gets focused with tab and is controlled with arrows, space bar and enter.