Open Bernardo-MG opened 5 years ago
Just the basic validations, mostly disallow sending empty data.
Disable the button when the form is invalid.
https://goshakkk.name/form-recipe-disable-submit-button-react/
https://jaredpalmer.com/formik
https://medium.com/codefully-io/react-forms-validation-with-formik-and-material-ui-1adf0c1cae5c
https://www.breathelife.com/building-a-scalable-form-in-react
Added with formik. But it doesn't seem to be working correctly with dynamic forms.
It handles their values, but does not apply validation rules.
Just the basic validations, mostly disallow sending empty data.
Disable the button when the form is invalid.