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
If I have a child DropdownMenu, once it's opened and closed, the main parent DropdownMenu can no longer be navigated with arrow keys. Pressing up arrow does nothing, and pressing down arrow always opens the child dropdown again.
I couldn't figure any way to fix it. Perhaps I'm meant to use something different for a child dropdown? Using a DropdownMenuSub does work without breaking keyboard navigation, however it appears I cant change the opening position of it, and it's always opened on the right side.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I have a child
DropdownMenu
, once it's opened and closed, the main parentDropdownMenu
can no longer be navigated with arrow keys. Pressing up arrow does nothing, and pressing down arrow always opens the child dropdown again.I couldn't figure any way to fix it. Perhaps I'm meant to use something different for a child dropdown? Using a
DropdownMenuSub
does work without breaking keyboard navigation, however it appears I cant change the opening position of it, and it's always opened on the right side.Reproduction code/Github repo
CodeSandbox live demo
Beta Was this translation helpful? Give feedback.
All reactions