svelte-elements icon indicating copy to clipboard operation
svelte-elements copied to clipboard

Fix textarea, bind:value, on:input

Open TylerRick opened this issue 4 years ago • 0 comments

  • 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 that listen not added as attribute

TylerRick avatar Sep 22 '20 18:09 TylerRick