Hi,
I have used modern ComboBox@0.0.51 and when I search for an item, and tab out, it selects that item and then moves to the next control in the tab order. However, I tried Modern Combobox version 1.0.0 and it seems to behave differently. When I search for an item, and then tab out, the control seems to lose focus (ie: nothing is selected anywhere), and then if I tab again it seems to skip the next control entirely.
Is there any way to set the 1.0.0 combobox to behave like the 0.0.51 version in that searching and tabbing out then just goes to the next control in the tab order?
I was able to figure out that if I hit "enter" after searching, then tab, it works, but it's not intuitive to hit enter if there is only 1 item in the list and I don't have multi-select enabled.
For clarity, the comboboxes are set not to allow multi select, and they are set to allow searching which is why we are using comboboxes (not using dropdowns because I need them to be blank and not have a default).
Thanks for any help!
Cheers