material-ui-chip-input
material-ui-chip-input copied to clipboard
Input clears when value attribute is set
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)} />
Same issue. Whenever I add chips. it reset my redux form. any solution?
I confirm this issue, reproduction here https://codesandbox.io/s/material-demo-zyqmx?file=/demo.js