Releases: nerdgeschoss/react-use-form-library
Releases · nerdgeschoss/react-use-form-library
0.0.50
This is a rewrite from the field class, fixing a myriad of smaller issues and bugs.
Breaking change: array-based fields have been renamed from fields
to elements
.
0.0.49
Fixed an issue when an even number of form fields were updated at the same time.
0.0.48
- fix an issue with validations not being propagated after a failed submit attempt
0.0.47
- update to TypeScript 4.5
- in
handleSubmit
you now get an instance of theForm
object as an argument handleSubmit
is only called if validations do not fail