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 98a617f commit 0ce519cCopy full SHA for 0ce519c
README.md
@@ -115,8 +115,6 @@ export default function Example(props) {
115
| required | bool | optional | Whether the field is required | false |
116
| secure | bool | optional | Whether the value should be masked | false |
117
| type | string | optional | The field type | TYPES.Text (see above) |
118
-
119
120
| autoCapitalize | string | optional | The field auto capitalize setting | "sentences" |
121
| autoCorrect | bool | optional | The field auto correct setting | true |
122
| clearButtonMode | bool | optional | When the clear button should appear on the right side of the text view. | never |
0 commit comments