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.
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