Skip to content

Commit 2f4ae82

Browse files
authored
Update comment
1 parent 5d22496 commit 2f4ae82

File tree

1 file changed

+1
-1
lines changed
  • src/components/TextInput/BaseTextInput

1 file changed

+1
-1
lines changed

src/components/TextInput/BaseTextInput/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type CustomBaseTextInputProps = {
5454
*/
5555
autoGrow?: boolean;
5656

57-
/** If autoGrow is enabled, this reserves extra space for incoming characters to prevent flickering. */
57+
/** If autoGrow is enabled, this reserves extra space for incoming characters to prevent flickering on native platforms. */
5858
autoGrowExtraSpace?: number;
5959

6060
/**

0 commit comments

Comments
 (0)