We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9f3bc commit 3e37d40Copy full SHA for 3e37d40
src/incubator/TextField/types.ts
@@ -140,7 +140,7 @@ export interface InputProps
140
*/
141
placeholderTextColor?: ColorType;
142
/**
143
- * Custom formatter for the input value (used only when input if not focused)
+ * Custom formatter for the input value (used only when input is not focused)
144
145
formatter?: (value?: string) => string | undefined;
146
0 commit comments