We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d22496 commit 2f4ae82Copy full SHA for 2f4ae82
src/components/TextInput/BaseTextInput/types.ts
@@ -54,7 +54,7 @@ type CustomBaseTextInputProps = {
54
*/
55
autoGrow?: boolean;
56
57
- /** If autoGrow is enabled, this reserves extra space for incoming characters to prevent flickering. */
+ /** If autoGrow is enabled, this reserves extra space for incoming characters to prevent flickering on native platforms. */
58
autoGrowExtraSpace?: number;
59
60
/**
0 commit comments