Combobox
Properties
Visual
| Property | Type | Description |
|---|---|---|
| Label | i18n text | Translatable text for label translations |
| Show clear icon | boolean | Enable or disable show clear icon |
| Element size | single select | Select option for element size Allowed values: Normal, Condensed. |
| Type | single select | Select option for type Allowed values: Normal, Inline. |
Data
| Property | Type | Description |
|---|---|---|
| Value type | single select | Select option for default value type Allowed values: String, Number. |
Validation
| Property | Type | Description |
|---|---|---|
| Validation | validation | Configure validation |
Event_actions
| Property | Type | Description |
|---|---|---|
| Events | events | Configure event handlers |
Datasource
| Property | Type | Description |
|---|---|---|
| Data Source | datasource | Configure data source id |
| Get Entity Collection Http Request Parameters Map | http request parameters configuration | Configure get entity collection http request parameters map |
| Enable Pagination | boolean | Enable or disable enable pagination |
| Key expression | text | Text value for model value |
| Display expression | text | Defines how each dropdown option is rendered. Supports interpolation with option fields and context data using {{property}} syntax (e.g. {{firstName}} {{lastName}}). When empty, the raw value or label is shown. (Supports interpolation) |
| Search key | text | Text value for search key |
| Emit Object | boolean | Enable or disable emit object |
| Request type | single select | Select option for controls request type Allowed values: Body, Header. |
| Page size | single select | Select option for page size (See pageSizeItems) |
| Load all | boolean | Enable or disable load all |
| Can add option | boolean | Enable or disable can add option |
| Add option mode | single select | Select option for add option mode Allowed values: Auto, Dialog. |
Events
| Event | Description |
|---|---|
On value change | Triggered when a value changes |
On init based on user view | Event: ON_INIT_BASED_ON_USER_VIEW |
On component init | Triggered when the component initializes |
On component destroy | Triggered when the component is destroyed |
On new option added | Event: ON_OPTION_ADDED |
Additional Information
Category: Form
Current Version: 12