textEntry

Determines if a user can type a value into a drop-down list.

Syntax

Reference_Syntax.textEntry = "0 | 1"

Values

Type

Values

String

  • 0 (default)

  • 1

Prevents the user from typing in the current field. The value is chosen by selecting a value from the drop-down list.

  • 1

Allows a user to type a value into a drop-down list or select from the drop-down list. This opens up the field value to be anything that the user might type. If the open property is set to multiSelect, the user is not allowed to enter values in the field.

Applies to

Model

Object

Form Model

choiceList

Version

XFA 2.1

Examples

JavaScript

DropDownList1.resolveNode("ui.#choiceList").textEntry = "1";

FormCalc

DropDownList1.ui.#choiceList.textEntry = "1"

// Ethnio survey code removed