When clicking the chips the select fires and shows the options. How can you override this behavior so that when I click a chip the select won't fire and just do whatever the onClick of the chip?
| Tech | Version |
|--------------|---------|
| Material-UI | v3.6.0 |
| React | |
| Browser | |
| TypeScript | |
| etc. | |
@jjdp How can we reproduce it?
added the Codesandbox
@jjdp You can use e.stopPropagation() on a mouse down event e.g. https://codesandbox.io/s/material-demo-ohj0g
Thank you!
This no sandbox test no longer works.
Same here. The sandbox test no longer works.
@rodriguise @kHRISl33t Fixed.
@joshwooding Thanks for the quick fix! You are awesome! :)