react-forms
react-forms copied to clipboard
Validation is applied on the blur of field before clicking submit.
Validation working on the blur of fields(input, select) before clicking submit. Can we validate fields when clicking on the submit button instead on blur?
It should be possible to turn off this behavior by setting validateOnBlur, see https://final-form.org/docs/react-final-form/types/FormProps
Thank you @rvsia. I'll try it
@rvsia I tried validateOnBlur. But is not working.