zod refine and super refine don't work in case some fields are not registered #11743
Unanswered
timsofteng
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey. I have multipage form with
<FormContext>
. I use zod as a validation engine.The problem is super refine doesn't work in case some fields are not registered in JSX. But I cannot do it because I have multipage form.
What is the best way to solve this issue?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions