gfranko / jquery.selectBoxIt.js

A jQuery Select Box Plugin for Mobile, Tablet, and Desktop
http://www.selectboxit.com
MIT License
852 stars 301 forks source link

Inaccessible by keyboard #402

Open janlucaklees opened 3 years ago

janlucaklees commented 3 years ago

When focusing a selectboxit input using the tabulator, I can't open it using the space-bar or the enter key. For accessibility this is very bad. Users limited to keyboards can not use selectboxit inputs.

The drop-down should open, when the user hits enter or the space-bar on a focused selectboxit input. In addition the options should then be accessible using the arrow keys.