diff --git a/docs/textinput.md b/docs/textinput.md index aa566d2adbf..738d4a68ab4 100644 --- a/docs/textinput.md +++ b/docs/textinput.md @@ -130,11 +130,11 @@ Tells `TextInput` to automatically capitalize certain characters. This property --- -### `autoCompleteType`
Android
+### `autoComplete`
Android
-Specifies autocomplete hints for the system, so it can provide autofill. On Android, the system will always attempt to offer autofill by using heuristics to identify the type of content. To disable autocomplete, set `autoCompleteType` to `off`. +Specifies autocomplete hints for the system, so it can provide autofill. On Android, the system will always attempt to offer autofill by using heuristics to identify the type of content. To disable autocomplete, set `autoComplete` to `off`. -Possible values for `autoCompleteType` are: +Possible values for `autoComplete` are: - `off` - `username`