Dropdown Not Keyboard Interactive When Non-Searchable/Input Not Focusable #5153
Unanswered
jermainemercado
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Attempting to create a Popout Dropdown similar to the documentation examples, having difficulty where if not searchable, or the input is not able to be focused, then the user cannot select an option and navigate through the menu with the keyboard. When using a generic component, everything seems to work outside of the box, unsure what modifications I have made that interfere with the keyboard interactivity, any help would be appreciated. Thanks :) Keyboard interactive when <Select isSearchable={true}/> https://user-images.githubusercontent.com/25373146/163410822-06a346b7-f8f3-4e3f-94d9-25485a7172e5.mov Keyboard interactivity is broken when Input is not visible, or not focusable, or does not exist entirely. https://user-images.githubusercontent.com/25373146/163411124-baacd7d7-316c-43e5-a846-85929658dc9e.mov
Beta Was this translation helpful? Give feedback.
All reactions