From 2ef82a5d4151c3d6bb47dc5feb99d6ee65d9d5b2 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Wed, 4 Jun 2025 18:46:44 +0100 Subject: [PATCH] fix: bind textarea value --- src/lib/components/inputs/Textarea.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/inputs/Textarea.svelte b/src/lib/components/inputs/Textarea.svelte index 11efe53..9ec4ebf 100644 --- a/src/lib/components/inputs/Textarea.svelte +++ b/src/lib/components/inputs/Textarea.svelte @@ -11,7 +11,7 @@ let { value = $bindable(), name, ...rest }: Props = $props(); - +