rough-stuff/wired-elements

Add support for bind:value on wired-inputs

ZachSaucier opened this issue · 0 comments

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?