Unqork documentation is available in two workspaces: UnqorkAI for the latest AI-first platform, and legacy Unqork for previous versions. Use the drop-down near the logo to switch.

Autocomplete Values

Prev Next

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

on

Default. Enables browser autocomplete suggestions.

off

Disables browser autocomplete suggestions.

Name

Value

Description

name

Full name.

given-name

First name.

additional-name

Middle name.

family-name

Last name.

nickname

Nickname.

honoric-prefix

Title (for example, Mr, Ms).

honoric-suffix

Suffix (for example, Jr., 5).

Contact

Value

Description

email

Email address.

tel

Full phone number.

tel-national

Phone number without country code.

tel-area-code

Area code.

tel-country-code

Country code.

tel-local

Local phone number (no country or area code).

tel-local-prefix

Local prefix of the phone number.

tel-local-suffix

Local suffix of the phone number.

tel-extension

Phone extension.

impp

URL of an instant messaging protocol endpoint.

url

Web address.

photo

Image.

Address

Value

Description

street-address

Full street address.

address-line1

First line of the street address.

address-line2

Second line of the street address.

address-line3

Third line of the street address.

address-level1

First level of the address (for example, county).

address-level2

Second level of the address (for example, city).

address-level3

Third level of the address.

address-level4

Fourth level of the address.

country

Country code.

country-name

Country name.

postal-code

POST code.

Date of Birth

Value

Description

bday

Full birthday date.

bday-day

Day of the birthday.

bday-month

Month of the birthday.

bday-year

Year of the birthday.

Identity

Value

Description

sex

Gender.

language

Preferred language.

organization

Company name.

organization-title

Job title.

username

Username.

new-password

New password.

current-password

Current password.

one-time-code

One-time verification code.

Credit Card

Value

Description

cc-name

Credit card owner's full name.

cc-given-name

Credit card owner's first name.

cc-additional-name

Credit card owner's middle name.

cc-family-name

Credit card owner's last name.

cc-number

Credit card number.

cc-exp

Credit card expiration date.

cc-exp-month

Credit card expiration month.

cc-exp-year

Credit card expiration year.

cc-csc

CVC code.

cc-type

Type of payment.

transaction-amount

Transaction amount.

transaction-currency

Transaction currency.


Changelog

Date

Change

—

Initial publication.