Formsy Material Ui Versions Save

A Formsy compatibility wrapper for Material-UI form components

0.6.2

6 years ago
  • Fix to exclude onChange from getting passed on ...rest
  • Update lint config to ignore destructured (...rest) siblings as unused vars

v0.6.1

6 years ago
  • 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

7 years ago
  • 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

7 years ago

Fix issues with updateImmediately Update to material-ui to 0.16 Add component AutoComplete

0.1.4

8 years ago