Releases: gerhat/material-ui-formik-components
Releases · gerhat/material-ui-formik-components
v0.7.3
v0.7.2
- Fixed Issue: #40 - cannot read property 'formControl' of undefined thanks @wsmith2020
- Added
RadioGroup
to SimpleExample demo - Updated devDependencies in main project
- Updated dependencies and devDependencies in example project
v0.7.1
- Moved
@material-ui/pickers
,@date-io/date-fns
,date-fns
andmaterial-ui-chip-input
tooptionalDependencies
Issue: #33 thank you @depiction - Updated dev dependencies to latest versions
v0.7.0
v0.6.3
- Fixed handling of null initial values at
AutoComplete
with propmultiple
. Issue: #31 - Updated packages to latest versions
v0.6.2
- Fixed initial values not being displayed at AutoComplete. Issue: #28 thank you @shtjefeen
- Updated examples to demonstrate the
initialValues
prop - Updated packages to latest versions
v0.6.1
v0.5.2
v0.5.1
- Implemented
<DatePicker/>
component. Issue: (issue: #19)
v0.5.0
- Added support for use in
<FieldArray/>
Issue: (issue: #17) - Added
<FieldArray/>
example