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
Describe the bug
Order of bind:value and on:input in component property list affects value in input event listener.
If this isn't a bug, I think the behavior should be clearly documented in the tutorial about bindings. I spent a long time troubleshooting before considering that the ordering of the properties might be the cause.
Describe the bug
Order of bind:value and on:input in component property list affects
value
in input event listener.If this isn't a bug, I think the behavior should be clearly documented in the tutorial about bindings. I spent a long time troubleshooting before considering that the ordering of the properties might be the cause.
To Reproduce
https://svelte.dev/repl/ee05f3fd37ec4f9baac847cd0390d222?version=3.37.0
Expected behavior
Ordering of bind:value and on:input would not change the behavior of the input event handler
The text was updated successfully, but these errors were encountered: