The Dropdown component presents a single-select drop-down control for choosing one option from a list. Options can be defined manually, loaded from a URL, or referenced from another field.
How to read settings tables
The tables below describe each configurable option as it displays in the UnqorkAI platform. Values are formatted as follows:
inline code— a value to type exactly as shown | Bold — a value selected from a drop-down, radio button, tab, or choice chip | ON/OFF — toggle state | ✓ — checkbox checked | ☐ — checkbox unchecked
General Settings
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Property ID |
| Text input |
| The unique identifier for this component instance. |
Display Settings
Field Text
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Label Text |
| Text input | — | Identifies the component on the canvas and informs end-users what information is requested. |
Placeholder Text |
| Text input | — | Hint text displayed inside the drop-down before a selection is made. |
Contextual Help
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Tooltip |
| Text input | — | A brief description that displays when a cursor is positioned over the tooltip icon. |
Default State Options
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Hide Label |
| Toggle | OFF | Hides the label. The label remains visible in the Module Builder. |
Display as Text |
| Toggle | OFF | Displays the stored value as plain text without the drop-down input. Shows |
Disable User Input |
| Toggle | OFF | Prevents end-users from making a selection. The component displays with an altered appearance to indicate it is not editable. |
Hide Field |
| Toggle | OFF | Hides the component from end-users but always displays in the Module Builder. |
Data Settings
Data Source Type
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Data Source Type |
| Choice chip | Values | Sets how options are loaded. |
Values — Manually define a list of options.
Column
Field
Type
Description
Option Label
labelText input
The display text shown to end-users for each option.
Option Value
valueText input
The value stored in the database when the option is selected.
URL — Fetch options from an external endpoint.
HTTP request headers to include with the data fetch:
Column
Field
Type
Description
Request Header
labelText input
The HTTP request header name.
Option Value
valueText input
The value for the header.
Setting
Field
Type
Default
Description
Data Source URL
data.urlText input
—
A URL that returns a JSON array to use as the option source.
Data Path
dataPathText input
—
The property in the response where iterable items reside (for example,
results.items).Filter Query
filterText input
—
Additional filtering using query parameters.
Refresh On
refreshOnProperty ID
—
Triggers a data refresh when the specified field changes.
Require Search Parameters
hasRequiredFieldsToggle
OFF
Prevents the data fetch from executing if required query parameters are not present.
Clear Value On Refresh
clearOnRefreshToggle
OFF
Clears the selected value when the Refresh On field changes.
Authenticate
authenticateToggle
OFF
Sends authentication headers from the application with the request.
Value Property
valuePropertyText input
—
The property in each array item to use as the stored value.
Label Path
labelPropertyText input
—
The property in each array item to use as the display label (for example,
label,name).
Data Reference Key — Load options from another module field.
Setting
Field
Type
Default
Description
Data Reference Key
data.dataReferenceKeyProperty ID
—
The Property ID of a field that returns a JSON array to use as the option source.
Value Property
valuePropertyText input
—
The property in each item to use as the stored value.
Label Path
labelPropertyText input
—
The property in each item to use as the display label.
Refresh On
refreshOnProperty ID
—
Triggers a data refresh when the specified field changes.
Data Storage
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Store Data in Database |
| Toggle | ON | When set to ON, this setting this setting stores field values to the database when the module saves, end-users navigate between Panel components, or end-users navigate between workflow screens. Set to OFF to exclude this field from server-side submissions. |
Fields with Store Data in Database set to OFF are excluded from Plug-In component's API responses and Unqork's built-in tracker. When using a Plug-In component to remote-execute a module, any component whose value must be included in the API response requires Store Data in Database set to ON.
Actions Settings
Triggers
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Trigger |
| Property ID | — | Triggers another component when the selection changes. |
Validation Settings
User Input
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Required |
| Toggle | OFF | Requires a selection before the module can be submitted. |
Required Error Message |
| Text input |
| Displays when the required field has no selection. |
Advanced Settings
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Custom CSS Class |
| Text input | — | A CSS class applied to the component for custom styling. |
Operations Builder
This component supports the Operations Builder in Vega modules. When the module or panel runtime is set to Vega (2.0), an Event Handlers section displays in the settings panel for configuring event-driven operations.