Instantly reset Menu delay when another Menu is open? #696
-
In my navbar I am using multiple When user's mouse leaves the Menu the delay timer starts before it disappears. But when the user's mouse hovers over another Is there a way to instantly finish the delay timer whenever another menu is triggered? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can fully control Menu opened state – https://mantine.dev/core/menu/#controlled, you can also set |
Beta Was this translation helpful? Give feedback.
You can fully control Menu opened state – https://mantine.dev/core/menu/#controlled, you can also set
delay
andtransitionDuration
properties to0
to make component more responsive