Releases: TeamWertarbyte/material-ui-chip-input
Releases · TeamWertarbyte/material-ui-chip-input
v0.18.0
Thanks to the two contributors who made this release possible! 🎉
Added
- Add
onBeforeRequestAdd
callback prop to allow users to prevent adding chips without clearing the input field #146 #145 @kalimantos
Changed
- Fix auto-complete opening on focus when the component is disabled but
openOnFocus
is set #149 @jf248
v0.17.1
Changed
- Fix removing chips in controlled mode when using
dataSource
#140
v0.17.0
Changed
- Use
onClick
instead of onTouchTap
to support [email protected] #137 #138
- Minimum supported material-ui version is now v0.19.0
⚠️ This is a breaking change. If you still use an older version of material-ui, you should stay at v0.16.x of this component.
v0.16.1
Changed
- Apply
errorStyle
on the error text and not only on the line #136
v0.16.0
Added
- Pass the corresponding object of a chip from
dataSource
to the chip renderer #129 #130
v0.15.3
Changed
- Fix input not working with japanese IME (again) #124 #126 #127
This was a regression introduced in v0.15.2
v0.15.2
Changed
- Don't clear the input when pressing any non-character key (e.g. backspace) #126
This was a regression introduced in v0.15.1
v0.15.1
Changed
- Update prop types to support any type for values #90
- Fix input not working with japanese IME #124
- Improve documentation of the
chipRenderer
prop #86
v0.15.0
Added
- Add
chipContainerStyle
prop to allow overriding the style of the chip container #115
Changed
- Fix broken tab behavior in forms #114 #102