From 77046a4959ac985e8e4ea76a225e22331dc5e79a Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 29 Dec 2019 19:13:35 -0800 Subject: [PATCH] refactor(textarea): remove dispatch, forward events --- src/components/TextArea/TextArea.svelte | 39 +++++++++---------------- 1 file changed, 13 insertions(+), 26 deletions(-) diff --git a/src/components/TextArea/TextArea.svelte b/src/components/TextArea/TextArea.svelte index 6cdbee73..6a1c0021 100644 --- a/src/components/TextArea/TextArea.svelte +++ b/src/components/TextArea/TextArea.svelte @@ -1,12 +1,12 @@ -
+
{#if labelText && !hideLabel} {/if} @@ -42,32 +39,22 @@ {/if}