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
In Svelte we can bind a variable to the value of an input by using bind:value={myVar}. This sadly isn't supported in wired-elements yet 😢 This also applies to other elements with value like <textarea>.
Can support for this be added?
The text was updated successfully, but these errors were encountered:
In Svelte we can bind a variable to the value of an input by using
bind:value={myVar}
. This sadly isn't supported in wired-elements yet 😢 This also applies to other elements withvalue
like<textarea>
.Can support for this be added?
The text was updated successfully, but these errors were encountered: