[Menu] Submenu triggers retain data-highlighted
when focus has moved to submenu popup using keyboard
#1197
Labels
bug 🐛
Something doesn't work
component: menu
This is the name of the generic UI component, not the React module!
Pointer usage is unaffected since the root popup takes the focus when moving the pointer off, but this doesn't happen with keyboard usage.
A workaround appears to be adding
:focus
to[data-highlighted]
, as real focus is used:The text was updated successfully, but these errors were encountered: