resetForm() don't work correctly when called more than once #4028
Unanswered
Johannes-Schiel
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Interesting. Can you please create a minimal example? if reproduced it might be an actual bug. |
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.
-
I have a general Question, in our projects we have a custom file upload field, created with
useField()
. When we callresetForm()
fromuseForm()
the reset works finde but only the first time. When we call this reset Function again, the field don't reset. Anyone an idear what the problem could be. I dont think its a bug in vee-validate because in other custom fields resetForm works fine.Beta Was this translation helpful? Give feedback.
All reactions