Replies: 1 comment 1 reply
-
@Malin88 have you found a solution? I also want to be able to save partial form data without validating it, with validation only taking place on submission. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question... is there any way to dynamically enable and disable the resolver in a form?
I have a zodResolver that validates form fields for me, but I would like this validation to take place only after pressing the "submit" button. In addition, I have the "auto save" function in the background, which calls me the onSubmit action every 10 seconds and sends data to the database, but in this case I would not like the form to be validated. Is there any way to do that?
Beta Was this translation helpful? Give feedback.
All reactions