Skip to content

Commit

Permalink
Attributes on textareaProps (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardkling authored Oct 23, 2023
1 parent bce5f01 commit c2b580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/forms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function TextareaField({
className,
}: {
labelProps: React.LabelHTMLAttributes<HTMLLabelElement>
textareaProps: React.InputHTMLAttributes<HTMLTextAreaElement>
textareaProps: React.TextareaHTMLAttributes<HTMLTextAreaElement>
errors?: ListOfErrors
className?: string
}) {
Expand Down

0 comments on commit c2b580a

Please sign in to comment.