vee-validate
vee-validate copied to clipboard
Calling `resetForm()` on a multi-step form does not reset the form.
What happened?
Called resetForm() on a multi-step form does not reset the form, or only resets the last step.
Reproduction steps
- Create a multi-step form as per https://vee-validate.logaretm.com/v4/examples/multistep-form-wizard/
- 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