Skip to content

1.4.0

Compare
Choose a tag to compare
@kettanaito kettanaito released this 20 Aug 08:22
· 403 commits to master since this release

API

  • Adds Form.clear() method for clearing the form's fields

Internals

  • Makes fieldUtils.resetField() a high order function that accepts a getNextValue function and returns an applicator function that expects a fieldProps. Changes utilized for both reset and clear functionality.