rough-stuff / wired-elements

Collection of custom elements that appear hand drawn. Great for wireframes or a fun look.
https://wiredjs.com
MIT License
10.44k stars 329 forks source link

Add support for bind:value on wired-inputs #191

Open ZachSaucier opened 1 year ago

ZachSaucier commented 1 year ago

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?