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 571ab0f commit 84094cdCopy full SHA for 84094cd
src/scripts/Textarea.tsx
@@ -56,7 +56,7 @@ export const Textarea = createFC<TextareaProps, { isFormElement: boolean }>(
56
prevValueRef.current = e.target.value;
57
});
58
const { isFieldSetColumn } = useContext(FieldSetColumnContext);
59
- const taClassNames = classnames(className, 'slds-input');
+ const taClassNames = classnames(className, 'slds-textarea');
60
const textareaElem = readOnly ? (
61
<Text type='regular' category='body'>
62
{rprops.value}
0 commit comments