1.4.0
API
- Adds
Form.clear()method for clearing the form's fields
Internals
- Makes
fieldUtils.resetField()a high order function that accepts agetNextValuefunction and returns an applicator function that expects afieldProps. Changes utilized for bothresetandclearfunctionality.