Button action inside a trigger like a dropDownMenu #3006
Unanswered
pedroOrvalho
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys!
Im looking for some help regarding a small feature i want to add to a dropDownMenu im build.
Basicaly a user can select from a list of DropdownMenuCheckboxItem, and that information is stored in an array which im want to display each selected option on the trigger if items are selected. Pretty straight forward and no issue there.
But im trying to add a delete small x button on the corner of each items to be able to delete it from the selected options array. Should be fairly simple operation but the trigger is overlapping the delete button and always opening the dropDownMenu. And basically the x button is not being triggered?
any way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions