@bruqui/form-controller
v0.1.19
Published
React hook form controller to validate and handle form submissions.
Downloads
39
Readme
This project was bootstrapped with Create React App.
This is a React custom hook to use with forms. It adds the following functionality to your form
- client side field validation
- prevents multiple form submissions
- disables submit button when form is submitting or when there are field/form errors.
This is still a work in progress. It is not ready and in the middle of testing it. Documentation of the usage to come.