issue: Documentation for validatingFields
says it's a boolean, but it's an object
#1138
Open
1 task done
Version Number
latest
Codesandbox/Expo snack
N/A - https://react-hook-form.com/docs/useformstate
Steps to reproduce
validatingFields
The formState.validatingFields is not a boolean, it's an object:
Expected behaviour
The documentation for
validatingFields
should state the field is an object, with each field name having a boolean value.e.g. for field X,
validatingFields.X
would be true or undefined.What browsers are you seeing the problem on?
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: