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