wenzhixin/multiple-select

Tab Index bug

criting opened this issue · 0 comments

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.