vee-validate icon indicating copy to clipboard operation
vee-validate copied to clipboard

Calling `resetForm()` on a multi-step form does not reset the form.

Open russback opened this issue 2 years ago • 0 comments

What happened?

Called resetForm() on a multi-step form does not reset the form, or only resets the last step.

Reproduction steps

  1. Create a multi-step form as per https://vee-validate.logaretm.com/v4/examples/multistep-form-wizard/
  2. Call resetForm() when submitted.

Form is not reset.

Version

Vue.js 3.x and vee-validate 4.x

What browsers are you seeing the problem on?

  • [ ] Firefox
  • [X] Chrome
  • [ ] Safari
  • [ ] Microsoft Edge

Relevant log output

No response

Demo link

https://stackblitz.com/edit/vee-validate-v4-multi-step-form-composition-5epvz3?file=src%2FApp.vue

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

russback avatar Mar 14 '24 16:03 russback