Is that possible to pass additional values from useForm validators to onSubmit? #1345
Unanswered
Choco-milk-for-u
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Could you please be a bit more specific on the requst? Is onSubmitMeta what you're looking for? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, my validator (onSubmit in useForm validators) validates values with Zod, and in success passes new values with new type in onSubmit and maybe some additional custom value I might need. Thank you for any help.
Beta Was this translation helpful? Give feedback.
All reactions