Skip to content

Commit c8cb5f1

Browse files
authored
modify props according to review
1 parent f7e3fd3 commit c8cb5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/components/cells/textfield.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class CellTextField extends React.Component {
4444
placeholder: string,
4545
returnKeyType: 'done' | 'next' | 'default',
4646
secureTextEntry: boolean,
47-
autoCapitalize: string,
47+
autoCapitalize: 'characters' | 'words' | 'sentences' | 'none',
4848
value: string,
4949
labelWidth?: number,
5050
}

0 commit comments

Comments
 (0)