Add support for bind:value on wired-inputs
Author: ZachSaucierCreated Mar 29, 2023Updated Mar 29, 2023
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?
Source: rough-stuff/wired-elements