[Select] Multiple select with chips as clickable fires the select.
See original GitHub issueContext 🔦
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. |
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
[Select] Multiple select with chips as clickable fires the select.
Context When clicking the chips the select fires and shows the options. How can you override this behavior so that when I click...
Read more >Deletable Chips in Material UI Multiple Select - Stack Overflow
The opening of the Select is triggered by the mouse-down event -- not the click event. You can get your desired behavior by...
Read more >Create a multi select chips component with Angular Material
Let's create a multi select chips component with Angular Material. Our result will seamlessly integrate with Angular forms!
Read more >Bootstrap Multiselect Examples - CodeHim
This method is used to refresh the checked checkboxes based on the currently selected options within the select . Click 'Select some options'...
Read more >ion-select: Select One or Multiple Value Boxes or Placeholders
ion-select is represented by selected value(s), or a placeholder, and dropdown icon. When you tap select, a dialog box appears with an easy...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@joshwooding Thanks for the quick fix! You are awesome! 😃
@rodriguise @kHRISl33t Fixed.