Releases: atropos-tech/material-multi-picker
Releases · atropos-tech/material-multi-picker
v2.2.0
v2.1.1
Give dropdown a z-index of 1400 to match Material UI standard approach (see https://material-ui.com/customization/z-index/).
This should mean that the component can now be used in dialogs without the need for customisation.
v2.1.0
v2.0.1
- Fix an issue where suggestions were fetched too eagerly
- Improve test snapshots by switching to DOM
v2.0.0
1.6.0
- Add
onFocus
,onBlur
andonDragStart
props to support Redux Form - Fix issue where dropdown did not appear directly under the input field if
helperText
prop was provided - Fix console errors on unmounting if the global cache wasn't being used
1.5.1
- Fix issue where "outlined" and "filled" variants would sometimes be too wide for their containers
1.5.0
- Add
maxDropdownHeight
prop to allow for scrollable dropdowns - Make docs work better on mobile devices
1.4.1
- Make component more lightweight by using React classes instead of
create-react-class
- Use PureComponents for performance improvement
- Kill some spurious console errors
1.4.0
- Add
variant
prop which controls the visual style of the picker - Add
name
prop which applies a "name" attribute to the underlying input field - Add
required
prop which shows a "required" star if set - Add
helperText
prop which shows helper text below the picker - Add an interactive sandbox in docs