You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this package, it's has been very useful. Apologies if I missed some docs or a previously asked question, but I have a multi step form, where each step is shown or hidden using CSS, and all the inputs are contained in one form tag. I would like to validate each step, containing a subset of the inputs in the whole form, upon clicking the primary button of that step.
I'm using vee-validate@3.4.14 and vue@2.7.14. If I'm not mistaken, even though I use NuxtJS composition API, since I'm using Vue2, I can only use v3 of this library.
The only possible solution I seem to have found is by attaching refs to each input, and manually aggregating the refs from each step, and validating them in a loop. Am I missing something or is this is the only possible way? I'm looking for some ideas and hopefully someone else has an idea about this or has encountered this before.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thank you for this package, it's has been very useful. Apologies if I missed some docs or a previously asked question, but I have a multi step form, where each step is shown or hidden using CSS, and all the inputs are contained in one form tag. I would like to validate each step, containing a subset of the inputs in the whole form, upon clicking the primary button of that step.
I'm using vee-validate@3.4.14 and vue@2.7.14. If I'm not mistaken, even though I use NuxtJS composition API, since I'm using Vue2, I can only use v3 of this library.
The only possible solution I seem to have found is by attaching refs to each input, and manually aggregating the refs from each step, and validating them in a loop. Am I missing something or is this is the only possible way? I'm looking for some ideas and hopefully someone else has an idea about this or has encountered this before.
Beta Was this translation helpful? Give feedback.
All reactions