Releases: formsy/formsy-material-ui
Releases · formsy/formsy-material-ui
0.6.2
0.6.1
- adds new optional convertValue property to FormsyText
- bumps all dependencies to latest
- fixes lint config and errors
- patches webpack config
- fixes controlled Date and TimePicker value update
- fixes test assertions
- reduces calls to
onChange
of the parent form - fixes AutoComplete unknown props
- removes unused props
0.5.4
- use FormsyText internal _value to allow external setValue calls
- support requiredError on FormsyDate
- add underlineStyle and underlineFocus props to FormsyText
- fix FormsyAutoComplete to update value when MenuItem selected
- make compatible with react v15.4.x
- implement isFormDisabled() check
- fix tests
0.5.3
Fix issues with updateImmediately
Update to material-ui
to 0.16
Add component AutoComplete