Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form can not be resetted twice #3434

Closed
5 tasks done
ahoiroman opened this issue Aug 5, 2021 · 1 comment
Closed
5 tasks done

Form can not be resetted twice #3434

ahoiroman opened this issue Aug 5, 2021 · 1 comment
Labels
🐛 bug Unintended behavior

Comments

@ahoiroman
Copy link

What happened?

It's only possible to reset a form using resetForm() once.

Reproduction steps

  1. Open https://codesandbox.io/s/gallant-payne-uxhki?file=/src/App.vue
  2. Type something into text box
  3. Reset form (success)
  4. Type something else into text box
  5. Reset form (fails)
    ...

Bildschirmfoto 2021-08-05 um 11 10 31

Version

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

What browsers are you seeing the problem on?

  • Firefox
  • Chrome
  • Safari
  • Microsoft Edge

Relevant log output

none

Demo link

https://codesandbox.io/s/gallant-payne-uxhki?file=/src/App.vue

Code of Conduct

@logaretm logaretm added the 🐛 bug Unintended behavior label Aug 5, 2021
@logaretm
Copy link
Owner

logaretm commented Aug 5, 2021

Thanks for reporting this, this looks like it is the same issue as #3428 that was fixed by a720c24

The next patch should fix it.

@logaretm logaretm closed this as completed Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants