Skip to content

Commit 244574c

Browse files
committed
chore: Remove characterCountPosition prop from TextArea
1 parent 9eea891 commit 244574c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/text-area/text-area.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ import { BaseField, BaseFieldVariantProps, FieldComponentProps } from '../base-f
55
import { Box } from '../box'
66
import styles from './text-area.module.css'
77

8-
interface TextAreaProps extends FieldComponentProps<HTMLTextAreaElement>, BaseFieldVariantProps {
8+
interface TextAreaProps
9+
extends Omit<FieldComponentProps<HTMLTextAreaElement>, 'characterCountPosition'>,
10+
BaseFieldVariantProps {
911
/**
1012
* The number of visible text lines for the text area.
1113
*

0 commit comments

Comments
 (0)