|
@@ -38,7 +38,7 @@ const AutoHeightTextarea = forwardRef<HTMLTextAreaElement, AutoHeightTextareaPro
|
|
<textarea
|
|
<textarea
|
|
ref={ref}
|
|
ref={ref}
|
|
placeholder={placeholder}
|
|
placeholder={placeholder}
|
|
- className={cn(className, 'disabled:bg-transparent absolute inset-0 outline-none border-none appearance-none resize-none')}
|
|
|
|
|
|
+ className={cn(className, 'disabled:bg-transparent absolute inset-0 outline-none border-none appearance-none resize-none w-full h-full')}
|
|
value={value}
|
|
value={value}
|
|
disabled={disabled}
|
|
disabled={disabled}
|
|
{...rest}
|
|
{...rest}
|