react-final-form
react-final-form copied to clipboard
validateOnBlur is ignored with the setFieldData mutator
Hi,
The validate method is called on each change from the moment I use the setFieldState mutator, no matter if there is a validateOnBlur or not.
What is the current behavior?
Validate called on each change.
What is the expected behavior?
Validate should be called only at onBlur.
Sandbox Link
https://codesandbox.io/s/nifty-keller-merlg
All mutators initiate validation, and ignore pauseValidation.