NavigationMenu - add ability to disable hover behaviour #1216
Replies: 3 comments 12 replies
-
Will look into this! |
Beta Was this translation helpful? Give feedback.
-
So if we were to expose a prop called In my mind, if I open via hover, when the pointer goes outside of the trigger and not towards the content, it would close (the current behavior today). However, if I open via "click" (with hover disabled), I would expect it to stay open until I explicitly close via escape, outside click, etc. |
Beta Was this translation helpful? Give feedback.
-
Similar question in the other direction: Is it possible to add optional hover trigger to DropdownMenu? Currently, it only triggers by a click-like action. |
Beta Was this translation helpful? Give feedback.
-
I'd like the ability to disable opening submenus on hover, i.e. require the user to click the trigger.
I could use
MenuBar
, but I think it wouldn't be semantically correct (it's not a<nav>
)Beta Was this translation helpful? Give feedback.
All reactions