Example of async validation using Zod in Next 13 #1283
joselvelez
started this conversation in
General
Replies: 1 comment
-
Hi @joselvelez, For now, have a look at the modified contents in the PR and let us know if that's enough. Feel free to ask more questions if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am looking at using uniforms to replace RHF. I've run into trouble with getting async validation working with RHF and am hoping that uniforms can make it easier. I've looked at the uniforms docs, but I cannot see an example that would help me see if it will be any easier with uniforms.
I am using Next 13 (app router), prisma ORM, with data stored in MongoDB. I have a form field with an email address. I need to do async validation before the form is submitted to ensure that the email is not already being used.
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions