Releases: danieloprado/material-ui-form-fields
Releases · danieloprado/material-ui-form-fields
v1.4.1
Breaking Change
Move package to @react-form-fields/material-ui
Custom Message added
See API.md for details
<FieldDate
label='Begin Date'
name='begin'
value={model.beginDate}
validation='date'
onChange={(v => this.setState({ model: { ...model, beginDate: v } }))}
>
<CustomMessage rules='date'>This not a date!</CustomMessage>
</FieldDate>v1.3.0
- Add Hidden Field for manual validation (ex. Array length)
- Allow checkbox/switch/radio children for custom label layout
v1.1.10
Better support for Word copied text in HTML Field
Change Struture
Breaking Changes
We moved the content of the dist folder into the root folder, so instead of material-ui-form-fields/dist/something you can now just call material-ui-form-fields/something