From c2b580ad778e61fbeade7626f2907f2d60f352fa Mon Sep 17 00:00:00 2001 From: Rikard Kling Date: Mon, 23 Oct 2023 15:38:30 +0200 Subject: [PATCH] Attributes on textareaProps (#497) --- app/components/forms.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/forms.tsx b/app/components/forms.tsx index 966f9020..ad2868ad 100644 --- a/app/components/forms.tsx +++ b/app/components/forms.tsx @@ -64,7 +64,7 @@ export function TextareaField({ className, }: { labelProps: React.LabelHTMLAttributes - textareaProps: React.InputHTMLAttributes + textareaProps: React.TextareaHTMLAttributes errors?: ListOfErrors className?: string }) {