You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
I am using Chips to render the values of my Select (which is set to "multiple"). I want the delete button of the ship to remove it from the selection. When I click the delete button of the chip, however, the Select popup underneath is activated instead -- my onDelete never gets called.
Expected Behavior 🤔
Clicking the Chip's delete button should trigger the onDelete function
Current Behavior 😯
I am using Chips to render the values of my Select (which is set to "multiple"). I want the delete button of the ship to remove it from the selection. When I click the delete button of the chip, however, the Select popup underneath is activated instead -- my onDelete never gets called.
Expected Behavior 🤔
Clicking the Chip's delete button should trigger the onDelete function
Steps to Reproduce 🕹
Demo: https://codesandbox.io/s/multi-select-with-chips-g3jf4
Steps:
Context 🔦
"Multi-select with Chips" is a popular concept with our UX designers and I would like to provide a fully functional solution.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: