The Autocomplete Value setting on the Text Field component sets the HTML autocomplete attribute on the input element. This hints to the browser what type of data the field expects, which the browser might use to suggest saved values. Browser support and behavior varies. All values are strings.
The full list of values originates from the HTML autocomplete attribute specification.
Supported Components
The following components support the Autocomplete Value setting:
Date Input component
Number component
Phone Number component
Text Area component
Text Field component
General
Value | Description |
|---|---|
| Default. Enables browser autocomplete suggestions. |
| Disables browser autocomplete suggestions. |
Name
Value | Description |
|---|---|
| Full name. |
| First name. |
| Middle name. |
| Last name. |
| Nickname. |
| Title (for example, |
| Suffix (for example, |
Contact
Value | Description |
|---|---|
| Email address. |
| Full phone number. |
| Phone number without country code. |
| Area code. |
| Country code. |
| Local phone number (no country or area code). |
| Local prefix of the phone number. |
| Local suffix of the phone number. |
| Phone extension. |
| URL of an instant messaging protocol endpoint. |
| Web address. |
| Image. |
Address
Value | Description |
|---|---|
| Full street address. |
| First line of the street address. |
| Second line of the street address. |
| Third line of the street address. |
| First level of the address (for example, county). |
| Second level of the address (for example, city). |
| Third level of the address. |
| Fourth level of the address. |
| Country code. |
| Country name. |
| POST code. |
Date of Birth
Value | Description |
|---|---|
| Full birthday date. |
| Day of the birthday. |
| Month of the birthday. |
| Year of the birthday. |
Identity
Value | Description |
|---|---|
| Gender. |
| Preferred language. |
| Company name. |
| Job title. |
| Username. |
| New password. |
| Current password. |
| One-time verification code. |
Credit Card
Value | Description |
|---|---|
| Credit card owner's full name. |
| Credit card owner's first name. |
| Credit card owner's middle name. |
| Credit card owner's last name. |
| Credit card number. |
| Credit card expiration date. |
| Credit card expiration month. |
| Credit card expiration year. |
| CVC code. |
| Type of payment. |
| Transaction amount. |
| Transaction currency. |
Changelog
Date | Change |
|---|---|
— | Initial publication. |