TeamWertarbyte / material-ui-chip-input

A chip input field using Material-UI.
https://mui.wertarbyte.com/#material-ui-chip-input
MIT License
737 stars 208 forks source link

Make chips editable in the same place #353

Open sandalu95 opened 3 years ago

sandalu95 commented 3 years ago

Make chips editable in the same place chip was originally

I have used the chip renderer to create custom chips with a double click handler to edit the chip. But the problem is I can't edit the chip at the same place where it was. Because within the ChipInput component the places dedicated for the editable part and thechip container is different. It'd be good if you can provide a more straightforward way to edit the chip or provide support to change the editable location. Peek 2021-06-18 13-30

viclafouch commented 2 years ago

Hello ! This package (https://viclafouch.github.io/mui-chips-input/) handles this feature, supports both React 17 / 18 and MUI V5