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 a24026c commit f78913eCopy full SHA for f78913e
src/components/controls/TextArea/TextArea.tsx
@@ -31,8 +31,6 @@ export type TextAreaProps = BaseInputControlProps<HTMLTextAreaElement> & {
31
minRows?: number;
32
maxRows?: number;
33
note?: React.ReactNode;
34
- /** Controls where error message is displayed */
35
- errorPlacement?: 'inside' | 'outside';
36
};
37
38
export type TextAreaPin = InputControlPin;
0 commit comments