react-cool-form
Advanced tools
Changelog
0.4.0
291199a
Thanks @wellyshen! - feat(useForm): add shouldFocus
option for runValidation
methodChangelog
0.3.1
61e1d53
Thanks @wellyshen! - refactor(types): use RefObject
as the type of form
methodChangelog
0.3.0
bcb718a
Thanks @wellyshen! - Refactor(useForm): turn the shouldValidate
parameter of setTouched
to object for the purpose of API consistencyChangelog
0.2.1
712bb21
Thanks @wellyshen! - Refactor(types): use overloads for the type of useFormState
and the field
method of useForm
Changelog
0.0.171
2401051
Thanks @wellyshen! - Refactor(form-state): reset isSubmitted
state when the user attempts to submnit the form