Skip to content

Commit f78913e

Browse files
author
Petr Krotov
committed
fix code
1 parent a24026c commit f78913e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/controls/TextArea/TextArea.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ export type TextAreaProps = BaseInputControlProps<HTMLTextAreaElement> & {
3131
minRows?: number;
3232
maxRows?: number;
3333
note?: React.ReactNode;
34-
/** Controls where error message is displayed */
35-
errorPlacement?: 'inside' | 'outside';
3634
};
3735

3836
export type TextAreaPin = InputControlPin;

0 commit comments

Comments
 (0)