material-ui-chip-input icon indicating copy to clipboard operation
material-ui-chip-input copied to clipboard

Input clears when value attribute is set

Open anilkumarmr opened this issue 5 years ago • 2 comments

I set the value attribute to a blank array and after entering something and then clicked enter the input dissappers <div className="App"> <ChipInput value={yourChips} blurBehavior='add' onAdd={(chip) => handleAddChip(chip)} />

anilkumarmr avatar Jan 09 '20 17:01 anilkumarmr

Same issue. Whenever I add chips. it reset my redux form. any solution?

Mit707 avatar Jan 29 '20 09:01 Mit707

I confirm this issue, reproduction here https://codesandbox.io/s/material-demo-zyqmx?file=/demo.js

mnifakram avatar Jun 17 '20 08:06 mnifakram