We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503d97b commit 9873e0aCopy full SHA for 9873e0a
src/components/TextareaField.tsx
@@ -4,6 +4,7 @@ const TextareaField = ({ ...props }: ComponentPropsWithoutRef<'textarea'>) => {
4
return (
5
<div className="relative z-1 w-full rounded-sm bg-white px-3 py-1.5">
6
<textarea
7
+ maxLength={500}
8
className="body-m placeholder:text-gray-30 text-gray-80 w-full resize-none bg-transparent"
9
{...props}
10
/>
0 commit comments