Releases: TeamWertarbyte/material-ui-chip-input
Releases · TeamWertarbyte/material-ui-chip-input
v0.14.0
Added
- Add
allowDuplicates
prop to... well... allow duplicates #108
v0.13.5
Changed
- Make the component work in IE 11 #105
v0.13.4
Changed
- Prevent submission of forms when pressing the enter key inside the chip input #102
v0.13.3
Changed
- Update references to
React.PropTypes
that were not updated in the previous release (sorry!)
v0.13.2
Changed
- Use prop-types npm package instead of
React.PropTypes
#100
v0.13.1
Changed
- Update peer dependencies to support Material-UI 0.17.x #89 #94
v0.13.0
Added
- Add a
defaultStyle
argument to the custom chip renderer #82
This story shows how to use it.
- Add
clearInput
method to clear the new chip input #84
Changed
- Fix error if the
openOnFocus
fix delay finishes before the autocomplete ref is set #83
- Fix focused chip not being highlighted if the chip values are objects #77
v0.12.2
Changed
- Fix blur not working if
openOnFocus
is set to true
#73
v0.12.1
Changed
- Fix
onBlur
only being called if the autocomplete menu was opened #70
- Fix
Cannot read property 'state' of null
error #71
Also, a new story that shows how to add the input as chip on blur was added by #70, making #63 obsolete.