svelte-elements
svelte-elements copied to clipboard
Fix textarea, bind:value, on:input
- Fix
Textarea
: remove<slot />
- Update
Input
,Textarea
to bind/export value - For input/textarea, also forward
on:input
,on:change
- Change
$$props
to$$restProps
so thatlisten
not added as attribute