You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When including closeOnSelect on a NavigationMenu.Item, the menu does not close immediately, but waits for the skipDelayDuration. This causes the UI to feel sluggish, because typical expectation is to update immediately for user interaction.
Describe the solution you'd like
If closeOnSelect is set and a NavigationMenu.Item is clicked or selected, the menu should close immediately.
Describe alternatives you've considered
None
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When including
closeOnSelect
on aNavigationMenu.Item
, the menu does not close immediately, but waits for theskipDelayDuration
. This causes the UI to feel sluggish, because typical expectation is to update immediately for user interaction.Describe the solution you'd like
If
closeOnSelect
is set and aNavigationMenu.Item
is clicked or selected, the menu should close immediately.Describe alternatives you've considered
None
Additional context
The text was updated successfully, but these errors were encountered: