You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on the support for vee-validate and this issue is currently blocking the "interaction mode" feature which switches the validation event based on the field validation state.
Using the chrome dev-tools, its apparant the listeners are not removed once they are added on the VNode.
This issue also is reproducable on alpha.8
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.8
Reproduction link
https://github.com/logaretm/vue-3-events-not-cleaned-up
Steps to reproduce
What is expected?
The
change
handler should be cleaned up after switching it for theinput
event, the other way around is also true.What is actually happening?
The events applied on the input doesn't seem to be cleaned up properly for previous renders.
https://github.com/logaretm/vue-3-events-not-cleaned-up/tree/contrib/vue-next-vnode-on-props-not-updating
I'm working on the support for vee-validate and this issue is currently blocking the "interaction mode" feature which switches the validation event based on the field validation state.
Using the chrome dev-tools, its apparant the listeners are not removed once they are added on the VNode.
This issue also is reproducable on
alpha.8
The text was updated successfully, but these errors were encountered: