Is there a way to stop menus from searching when typing letters? #1740
Unanswered
colinricardo
asked this question in
Help
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.
-
I have a menu like this:
With keyboard shortcuts mapped to certain keys.
This works great when the menu is not in focus. When the menu is in focus, typing a letter instead searches the menu.
Is there a way to stop this behavior? It is useful for Escape/Arrow Keys, but it would be great to be able to NOT search when pressing letter keys.
E.g. with a prop:
onlyWatchForArrowKeys
or similar.Beta Was this translation helpful? Give feedback.
All reactions