davidstutz / bootstrap-multiselect

JQuery multiselect plugin based on Twitter Bootstrap.
https://davidstutz.github.io/bootstrap-multiselect/
Other
3.67k stars 1.98k forks source link

Tabbing Issues #1183

Closed tylerguenther closed 3 years ago

tylerguenther commented 3 years ago

I can't tab to the control. I can move from field to field normally with tab until I get to the multi select drop down. I'm not sure what has focus after I leave the control above it but I have to press tab twice before the multi select gets focus. Is there something I am missing? I can't seem to find any documentation that tabbing has to be set up.

s-eckard commented 3 years ago

This is caused by the original html select element which is hidden but still is focused when tabbing through the elements. For a quick fix you can add tabindex='-1' to the html select. We will also add this to the lib.