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
When using the DropdownMenu with multiple submenus I have noticed that multiple triggers can be active and the submenu is not closing until you move the mouse a little further.
I expect only one trigger to be active on hover and not multiple. Also when entering another trigger then the submenu of the previously hovered trigger should close.
Bug report
Current Behavior
When using the
DropdownMenuwith multiple submenus I have noticed that multiple triggers can be active and the submenu is not closing until you move the mouse a little further.CleanShot.2025-11-27.at.09.55.13.mp4
CleanShot.2025-11-27.at.09.58.12.mp4
Expected behavior
I expect only one trigger to be active on hover and not multiple. Also when entering another trigger then the submenu of the previously hovered trigger should close.
Reproducible example
https://stackblitz.com/edit/github-1yil4kxs?file=src%2FSettingsDropdown.tsx
Your environment