Skip to content

Releases: danieloprado/material-ui-form-fields

v1.4.1

30 Jun 04:06

Choose a tag to compare

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

29 Jun 12:09

Choose a tag to compare

  • Add Hidden Field for manual validation (ex. Array length)
  • Allow checkbox/switch/radio children for custom label layout

v1.1.10

10 Jun 19:32

Choose a tag to compare

Better support for Word copied text in HTML Field

Change Struture

07 Jun 13:30

Choose a tag to compare

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