Versions
Describe the bug
The valid scoped slot data doesn't return the correct state of the form.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The Next step should be enabled, because the form is always valid.
Demo link
https://codesandbox.io/s/vue-veevalidate-template-4jo2z
Actually this has been a long-running bug for a while now. This is due to vee-validate not doing a silent validation after resetting.
I fixed it and it should up in the next release.
Thank you @logaretm!
Most helpful comment
Actually this has been a long-running bug for a while now. This is due to vee-validate not doing a silent validation after resetting.
I fixed it and it should up in the next release.