Replies: 1 comment 2 replies
-
Can I ask what your use case is? I'm struggling to see why you would need the item itself to be selectable at the same time as being parent to sub items. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Is there a way to combine an
Item
and aTriggerItem
inside of a dropdown menu?According to the docs, pressing space/enter will open the submenu on a TriggerItem, and activate an Item.
What I'd like to do is to activate the focused item when pressing space/enter, and toggle the submenu when pressing the right arrow. Is it possible to get this kind of behavior natively?
Beta Was this translation helpful? Give feedback.
All reactions