Vinccool96 / vee-validate-legacy

0 stars 1 forks source link

Removed elements are still validated after initial validation #1

Closed sh-benevity closed 6 months ago

sh-benevity commented 6 months ago

Hi,

Which vee-validate version was used to create vee-validate-legacy?

I am seeing what appears to be this old issue. If an element is validated and marked as invalid and then removed based on the v-if condition, it is still in the error validation list.

I am using: VueJs: 3.4.15 vee-validate-legacy: 1.0.1

sh-benevity commented 6 months ago

@Vinccool96 I've created a pull request to fix this issue. Can you please approve/merge it?

https://github.com/Vinccool96/vee-validate-legacy/pull/2

sh-benevity commented 6 months ago

@Vinccool96, thank you!

Vinccool96 commented 6 months ago

You're welcome. It should be updated when pulling the new version.