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
{{ message }}
This repository was archived by the owner on Mar 14, 2025. It is now read-only.
I'm submitting a ... (check one with "x")
Tell about your platform
Current behavior
When i have two compoents on the same page if i change the second one it triggers the
@on-change
event twiceExpected behavior
should only trigger the event for the value that was updated
Minimal reproduction of the problem with instructions
https://jsfiddle.net/sedyybb7/
on that fiddle if you change the first one you will only get the 1 alert but if you change the 2nd one it will alert twice, for each component
Looks like #27 might be similar but as you can see from the fiddle it is still not working, not sure if it's the way im doing it? or if a bug.
As always, thanks for your time and creating this helpful package
The text was updated successfully, but these errors were encountered: