You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
@acechase I wonder if you fixed the problem. I had a chance to look at the component today and found that we just have to change the tabindex back to 0 as you suggested and change the keyDown event a bit by checking if it is the TAB key, we shouldn't show dropdown. Then make the TAB key event call hideDropdown similar to escapePressed. I will also call preventDefault when ESC pressed to prevent it from closing its parent modal/popover.
If you haven't fixed it, I can push mine. Thanks.
For the select component in particular, when used in a form the select box is not tab-able. I believe all we need to do to change this:
Make sense? I can do this work myself, but wanted to make sure there wasn't something I was missing...
The text was updated successfully, but these errors were encountered: