Version Number
7.50.1 and the latest one
Codesandbox/Expo snack
https://snack.expo.dev/@lukasrzavsky/react-hook-form-onblur-issue
Steps to reproduce
- Enter some value to first field
- Enter some value to second field but do not lose focus
- You can see that the submit button is enabled, but it should be enabled only in case you lose focus of the second field
Expected behaviour
The form shouldn't change isValid value on every change. It should change the value only in case all fields are valid and user lose focus of the last input with validation.
What browsers are you seeing the problem on?
No response
Relevant log output
Code of Conduct
Version Number
7.50.1 and the latest one
Codesandbox/Expo snack
https://snack.expo.dev/@lukasrzavsky/react-hook-form-onblur-issue
Steps to reproduce
Expected behaviour
The form shouldn't change
isValidvalue on every change. It should change the value only in case all fields are valid and user lose focus of the last input with validation.What browsers are you seeing the problem on?
No response
Relevant log output
Code of Conduct