Allow keyboard navigation with up/down arrows when sp-menu-item is adjacent to sp-menu-group #4792
Andrei0872
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Link to playground.
Currently, the keyboard navigation with up/down arrows breaks when
<sp-menu-item>
is adjacent to<sp-menu-group>
:The current workaround is to wrap
<sp-menu-item>
with<sp-menu-group>
:Would it be possible to support having
<sp-menu-item>
s adjacent to<sp-menu-group>
?Steps to reproduce the current behaviour
<sp-menu>
with<sp-menu-item>
s inside of it, then add an<sp-menu-group>
as a sibling to an<sp-menu-item>
Beta Was this translation helpful? Give feedback.
All reactions