Replies: 2 comments 1 reply
-
If you find out please let me know 🙏 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In all of these Combobox examples (https://react-spectrum.adobe.com/react-aria/ComboBox.html#content), if I hover over one of the combobox options with my mouse and then tab out, it selects what was highlighted. Is there any way to make this arrow key only behavior? I looked in the RAC source code and it looks like it just selects whatever has the focus. I think it is working correctly but just curious if I can disable the functionality of focusing with my mouse and making it arrow key specific for the focus...?
Also, any reason this behaves differently to https://react-spectrum.adobe.com/react-aria/Select.html#content...?
Beta Was this translation helpful? Give feedback.
All reactions