wenzhixin / multiple-select

A jQuery plugin to select multiple elements with checkboxes :)
http://multiple-select.wenzhixin.net.cn
MIT License
1.91k stars 652 forks source link

Tab Index bug #566

Open criting opened 3 years ago

criting commented 3 years ago

If you have 3 multiselects on the page, right next to each other, pressing the "Tab" key requires pressing it twice to move to the other select and actually select it. Can that be fixed so you press the Tab key once and it moves you to the other select. I tried adding tab-index, but it doesn't fix it. I guess the library renders another element along with the select so the second tab is somewhere in actual select.