AutoCompleteType Enum

The AutomCompleteType is a string-associated enum of browser-supported autocomplete attribute values. Lists the autocomplete attribute options allowing developers to provide the browser with guidance on how to pre-populate the form fields. It is a class rather than a simpler enum to associate each option with the string the browser expects. For more information please review the list of options (https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) and the spec (https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public enum AutoCompleteType

Fields

Name Description
Off Autocomplete is disabled.
On Autocomplete is enabled. The browser chooses what values to suggest.
Name The field expects the value to be a person's full name.
HonorificPrefix The prefix or title, such as "Mrs.", "Mr.", "Miss", "Ms.", "Dr." etc.
GivenName The given (or "first") name.
AdditionalName The middle name.
FamilyName The family (or "last") name.
HonorificSuffix The suffix, such as "Jr.", "B.Sc.", "PhD.", "MBASW", etc.
Nickname The nickname or handle.
Email The email address.
Username The username or account name.
NewPassword A new password. When creating a new account or changing passwords.
CurrentPassword A current password. When filling in an existing password.
OneTimeCode A one-time code used for verifying user identity.
OrganizationTitle A job title, or the title a person has within an organization, such as "Senior Technical Writer", "President", or "Assistant Troop Leader".
Organization A company, business, or organization name.
StreetAddress A street address. Use multiple address lines when more space is needed.
AddressLine1 The line 1 of a street address. For example, "1234 Main Street".
AddressLine2 The line 2 of a street address. For example, "Apartment 123".
AddressLine3 The line 3 of a street address. For example, "c/o Jane Doe".
AddressLevel1 The city or locality.
AddressLevel2 The state, province, prefecture, or region.
AddressLevel3 The zip code or postal code.
AddressLevel4 The country name.
Country The country code.
CountryName The country name.
PostalCode The postal code.
CcName The full name as printed on or associated with a payment instrument such as a credit card.
CcGivenName The given (or "first") name as printed on or associated with a payment instrument such as a credit card.
CcAdditionalName The middle name as printed on or associated with a payment instrument such as a credit card.
CcFamilyName The family (or "last") name as printed on or associated with a payment instrument such as a credit card.
CcNumber A credit card number or other number identifying a payment method, such as an account number.
CcExp A payment method expiration date, typically in the form "MM/YY" or "MM/YYYY".
CcExpMonth A payment method expiration month, typically in numeric form (MM).
CcExpYear A payment method expiration year, typically in numeric form (YYYY).
CcCsc The security code for your payment method, such as the CVV code.
CcType The type of payment instrument, such as "Visa", "Master Card", "Checking", or "Savings".
TransactionCurrency The currency in which the transaction was completed. Use the ISO 4217 currency codes, such as "USD" for the US dollar.
TransactionAmount The amount, in the currency specified by the transaction currency attribute, of the transaction completed.
Language The language in which the transaction was completed. Use the relevant BCP 47 language tag.
Bday A birth date, as a full date.
BdayDay The day of the month of a birth date.
BdayMonth The month of the year of a birth date.
BdayYear The year of a birth date.
Sex A gender identity (such as "Female", "Fa'afafine", "Hijra", "Male", "Nonbinary"), as freeform text without newlines.
Tel A full telephone number, including the country code.
TelCountryCode A country code, such as "1" for the United States, Canada, and other areas in North America and parts of the Caribbean.
TelNational The entire phone number without the country code component, including a country-internal prefix.
TelAreaCode The area code, with any country-internal prefix applied if appropriate.
TelLocal The phone number without the country or area code.
TelExtension The extension number, if applicable.
Impp A URL for an instant messaging protocol endpoint, such as "xmpp:username@example.net".
Url A URL, such as a home page or company website address as appropriate given the context of the other fields in the form.
Photo The URL of an image representing the person, company, or contact information given in the other fields in the form.
State State.
Province Province.
ZipCode Zip code.
FirstName Firs name.
MiddleName Middle name.
LastName Last name.
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙