Access to record within custom validate method #7534
-
It would be very handy to have access to the record as a prop of the custom validate method as part of register. This means you can do more complex cross field validation |
Beta Was this translation helpful? Give feedback.
Answered by
bluebill1049
Jan 15, 2022
Replies: 1 comment 5 replies
-
you can use |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Daneng66
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use
getValues()
to access other input values.