"Dropdown" type field
"Dropdown" type field is a field type to select values from a set list of options stored in a lookup or other data source. You can add a new lookup object when you add this field type. Learn more: Fields, Set up a Dropdown field (user documentation).
string id
The unique ID. Service field.
FormControl control
Control.
string label
Label of the drop-down list.
string ariaLabel
A property mapped to the aria-label element attribute. Uses the label property value by default.
NullableLookupValue value
Object of the drop-down list element.
boolean disabled
Whether to lock the drop-down list from editing.
boolean readonly
Whether to set the drop-down list to read-only. By default, "false."
LookupValue[] items
Elements of the drop-down list. By default, "[]."
number rowModeSizePx
The width of the drop-down list row. By default, "320."
number debounceTime
The search delay duration, in milliseconds. By default, "500."
See also
Overview of Freedom UI Designer and its elements (user documentation)
Set up a Dropdown field (user documentation)