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 f7e3fd3 commit c8cb5f1Copy full SHA for c8cb5f1
source/views/components/cells/textfield.js
@@ -44,7 +44,7 @@ export class CellTextField extends React.Component {
44
placeholder: string,
45
returnKeyType: 'done' | 'next' | 'default',
46
secureTextEntry: boolean,
47
- autoCapitalize: string,
+ autoCapitalize: 'characters' | 'words' | 'sentences' | 'none',
48
value: string,
49
labelWidth?: number,
50
}
0 commit comments