How to add menu to a Listbox Item in Combobox? #7047
Unanswered
upender7270
asked this question in
Q&A
Replies: 1 comment
-
Thanks for the discussion, this is not valid aria, so unfortunately you cannot do this. Instead, you could make the search into a button that looks like a search field. When clicked, it opens a popover with a textfield at the top, which would overlap the trigger button. It would handle filtering a gridlist below it. The gridlist could then have the name and menu, be selectable, but also allow for menu interactions. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am adding an action menu to each item in the combobox. But on click menu, the item is getting selected and popover is closing.
How can I add an action menu to the item?
Beta Was this translation helpful? Give feedback.
All reactions