Skip to content

v1.4.0

Choose a tag to compare

@leandrohsilveira leandrohsilveira released this 09 Feb 11:38
· 41 commits to develop since this release

Library enhancements

  • #44 allow to attach an onReset handler on Form component;
  • #46 allow to attach extra control handlers to controlled fields (onChange, onBlur, onReset);
  • #49 handle Date object and number (timestamp) "initialValue" for "date" and "datetime-local" type fields;
  • #51 handle Date object and number (timestamp) on "setFieldValue" function.

Library bugfixes

  • #45 fixed ControlledFormProps typescript definitions adding setFieldValue function;
  • #48 fixed a leak on "match" validation when the confirmation field is filled before the "matched" field.

Postponed issues: #47, #50.