Enumeration FormInputAutocompleteTypes

Enumeration Members

ADDITIONAL_NAME: "additional-name"

Middle name.

Example

John
ADDRESS_LEVEL1: "address-level1"
ADDRESS_LEVEL2: "address-level2"
ADDRESS_LEVEL3: "address-level3"
ADDRESS_LEVEL4: "address-level4"
ADDRESS_LINE1: "address-line1"
ADDRESS_LINE2: "address-line2"
ADDRESS_LINE3: "address-line3"
BDAY: "bday"

eg. 1955-06-08

BDAY_DAY: "bday-day"
BDAY_MONTH: "bday-month"
BDAY_YEAR: "bday-year"
CC_ADDITIONAL_NAME: "cc-additional-name"
CC_CSC: "cc-csc"
CC_EXP: "cc-exp"
CC_EXP_MONTH: "cc-exp-month"
CC_EXP_YEAR: "cc-exp-year"
CC_FAMILY_NAME: "cc-family-name"
CC_GIVEN_NAME: "cc-given-name"
CC_NAME: "cc-name"
CC_NUMBER: "cc-number"
CC_TYPE: "cc-type"
COUNTRY: "country"
COUNTRY_NAME: "country-name"
CURRENT_PASSWORD: "current-password"

Current password, e.g. when logging in.

Example

xD8rk3y
EMAIL: "email"
FAMILY_NAME: "family-name"

Family name / last name / surname.

Example

Berners-Lee
GIVEN_NAME: "given-name"

Given name / first name.

Example

Timothy
HONORIFIC_PREFIX: "honorific-prefix"

Prefix or title.

Example

Sir, Mrs, Dr., etc.
HONORIFIC_SUFFIX: "honorific-suffix"

Suffix, such as Jr., III, B.Sc, etc.

Example

OM, KBE, FRS, FREng, FRSA
IMPP: "impp"
LANGUAGE: "language"
NAME: "name"

Full name, including prefix and suffix.

Example

Sir Tim Berners-Lee, OM, KBE, FRS, FREng, FRSA
NEW_PASSWORD: "new-password"

New password, e.g. when creating an account or changing a password.

Example

xD8rk3y
NICKNAME: "nickname"

Nickname, screen name, etc.

Example

Tim
ONE_TIME_CODE: "one-time-code"

One-time code used for verifying user identity

Example

123456
ORGANIZATION: "organization"

Company or organization name.

Example

World Wide Web Consortium
ORGANIZATION_TITLE: "organization-title"

Job title.

Example

Chief Executive Officer

Example

Software Engineer
PHOTO: "photo"

Photo relating to the user

POSTAL_CODE: "postal-code"
SEX: "sex"
STREET_ADDRESS: "street-address"
TEL: "tel"
TEL_AREA_CODE: "tel-area-code"
TEL_COUNTRY_CODE: "tel-country-code"
TEL_EXTENSION: "tel-extension"
TEL_LOCAL: "tel-local"
TEL_LOCAL_PREFIX: "tel-local-prefix"
TEL_LOCAL_SUFFIX: "tel-local-suffix"
TEL_NATIONAL: "tel-national"
TRANSACTION_AMOUNT: "transaction-amount"

The amount that the user would like for the transaction (e.g. when entering a bid or sale price)

TRANSACTION_CURRENCY: "transaction-currency"

The currency that the user would prefer the transaction to use

URL: "url"

Homepage

USERNAME: "username"

A username or email address used for logging in.

Example

timbl

Generated using TypeDoc