Skip to content

Commit 782aa2d

Browse files
committed
Fix Type Check
1 parent ad6b188 commit 782aa2d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/carbon-react-native/src/components/text-area

packages/carbon-react-native/src/components/text-area/TextArea.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export const TextArea = forwardRef<TextAreaRef, TextAreaProps>(
8383
readOnly,
8484
returnKeyType,
8585
enterKeyHint,
86-
secureTextEntry,
8786
selectTextOnFocus,
8887
selection,
8988
selectionColor,
@@ -201,7 +200,6 @@ export const TextArea = forwardRef<TextAreaRef, TextAreaProps>(
201200
readOnly={ readOnly }
202201
returnKeyType={ returnKeyType }
203202
enterKeyHint={ enterKeyHint }
204-
secureTextEntry={ secureTextEntry }
205203
selectTextOnFocus={ selectTextOnFocus }
206204
selection={ selection }
207205
selectionColor={ selectionColor }

0 commit comments

Comments
 (0)