diff --git a/website/versioned_docs/version-0.58/textinput.md b/website/versioned_docs/version-0.58/textinput.md index 636ebfbd18d..4c11d914cd2 100644 --- a/website/versioned_docs/version-0.58/textinput.md +++ b/website/versioned_docs/version-0.58/textinput.md @@ -98,7 +98,6 @@ Note that on Android performing text selection in input can change app's activit * [`allowFontScaling`](textinput.md#allowfontscaling) * [`autoCapitalize`](textinput.md#autocapitalize) -* [`autoComplete`](textinput.md#autocomplete) * [`autoCorrect`](textinput.md#autocorrect) * [`autoFocus`](textinput.md#autofocus) * [`blurOnSubmit`](textinput.md#bluronsubmit) @@ -183,32 +182,6 @@ Can tell `TextInput` to automatically capitalize certain characters. This proper --- -### `autoComplete` - -Specifies autocomplete hints for the system, so it can provide autofill. On Android, the system will aways attempt to offer autofill by using heuristics to identify the type of content. To disable autocomplete, set `autoComplete` to `off`. - -Possible values for `autoComplete` are: - -- `off` -- `username` -- `password` -- `email` -- `name` -- `tel` -- `street-address` -- `postal-code` -- `cc-number` -- `cc-csc` -- `cc-exp` -- `cc-exp-month` -- `cc-exp-year` - -| Type | Required | Platform | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- | -------- | -| enum('off', 'username', 'password', 'email', 'name', 'tel', 'street-address', 'postal-code', 'cc-number', 'cc-csc', 'cc-exp', 'cc-exp-month', 'cc-exp-year') | No | Android | - ---- - ### `autoCorrect` If `false`, disables auto-correct. The default value is `true`. diff --git a/website/versioned_docs/version-0.59/textinput.md b/website/versioned_docs/version-0.59/textinput.md index 6ab682e3285..bef9cc62659 100644 --- a/website/versioned_docs/version-0.59/textinput.md +++ b/website/versioned_docs/version-0.59/textinput.md @@ -98,7 +98,6 @@ Note that on Android performing text selection in input can change app's activit * [`allowFontScaling`](textinput.md#allowfontscaling) * [`autoCapitalize`](textinput.md#autocapitalize) -* [`autoComplete`](textinput.md#autocomplete) * [`autoCorrect`](textinput.md#autocorrect) * [`autoFocus`](textinput.md#autofocus) * [`blurOnSubmit`](textinput.md#bluronsubmit) @@ -185,32 +184,6 @@ Can tell `TextInput` to automatically capitalize certain characters. This proper --- -### `autoComplete` - -Specifies autocomplete hints for the system, so it can provide autofill. On Android, the system will aways attempt to offer autofill by using heuristics to identify the type of content. To disable autocomplete, set `autoComplete` to `off`. - -Possible values for `autoComplete` are: - -- `off` -- `username` -- `password` -- `email` -- `name` -- `tel` -- `street-address` -- `postal-code` -- `cc-number` -- `cc-csc` -- `cc-exp` -- `cc-exp-month` -- `cc-exp-year` - -| Type | Required | Platform | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- | -------- | -| enum('off', 'username', 'password', 'email', 'name', 'tel', 'street-address', 'postal-code', 'cc-number', 'cc-csc', 'cc-exp', 'cc-exp-month', 'cc-exp-year') | No | Android | - ---- - ### `autoCorrect` If `false`, disables auto-correct. The default value is `true`.