Disable spacebar from accessibility #1444
-
Sorry I need to use the Menu library with a form. My problem is that on the form field I cannot use the spacebar. Is there any way to disable spacebar from accessibility? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@adamwathan can you please help me? |
Beta Was this translation helpful? Give feedback.
-
Hey! Thank you for your question! The Depending on your exact use case, you might be better of with a If this is not suitable for you, make sure to describe your exact use case so that we can find the correct component for you! |
Beta Was this translation helpful? Give feedback.
Hey! Thank you for your question!
Much appreciated! 🙏
The
Menu
component is not suitable for form elements inside theMenu
. Think of it like a little dropdown where you can have buttons for actions or links to navigate to a new page.Depending on your exact use case, you might be better of with a
Popover
component where you can put any kind of element inside the Popover Panel.If this is not suitable for you, make sure to describe your exact use case so that we can find the correct component for you!