Replies: 2 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
-
I just ran into the same problem, trying to disable the autofocus behavior when using arrow buttons :( any solutions? This is so broken that if you have an input field inside a dropdown menu that is a part of a menu bar, pressing arrow keys to move the caret will switch to a different menu |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have input inside of the Popover.Trigger and when pressing the Space key it triggers the keyboard interactions so I disabled it from the Popover.Trigger but the input inside of the component still fires the interaction and I can't disable pressing Space because duhh it is an input.
Any ideas about how to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions