v-mask
v-mask copied to clipboard
Input event triggered immediately even if no data changed
V-Mask and Vue versions
2.2.3, 2.6
Reproduction Link
https://codesandbox.io/s/hungry-grass-pqldb
Steps to reproduce
- Add a mask to an input field
- Add an
@inputevent handler
What is Expected?
The input event should be fired upon updating the value of the field.
What is actually happening?
The input event is being fired upon the initial value being set, even if it matches the mask formatting and is not modified.
This may be related to Issue #460.
Same here😥
+1
+1