Describe the bug
When supplying a validationSchema
, and mode onBlur
the validation still triggers on change.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the validation error not to appear until after I have triggered a blur event by leaving the "Website" input.
Additional Context
Seems to work after the initial blur?
After observing the issue:
Thanks @stramel for the bug report, i have fixed the issue. will publish soon.
https://codesandbox.io/s/react-hook-form-validationschema-5qtti
3.18.11 馃憤
@bluebill1049 Appears to be working, thanks!