From 5fe4ae77e77b996532fe649c9cdbac585943a71e Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 9 Jan 2025 22:20:00 -0500 Subject: [PATCH] update TextInput to extend input element --- src/lib/components/DataInput/TextInput.svelte | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/lib/components/DataInput/TextInput.svelte b/src/lib/components/DataInput/TextInput.svelte index b91d6cf..816dab8 100644 --- a/src/lib/components/DataInput/TextInput.svelte +++ b/src/lib/components/DataInput/TextInput.svelte @@ -1,26 +1,23 @@ -