[material-ui][Chip] onDelete
function not called on Chip present inside Multiselect
#38463
Closed
1 task done
Labels
component: chip
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
package: material-ui
Specific to @mui/material
Duplicates
Related page
https://mui.com/material-ui/react-select/
Kind of issue
Broken demonstration
Issue description
I was looking for a chip that can be implemented using multi select and it appears that is able to represent them though but unable to delete them using the
onDelete
functionality provided as props on theChip
.Here goes the code below
Context 🔦
I was searching for an onDelete functionality on the multiSelect Chip using renderValue Props
The text was updated successfully, but these errors were encountered: