Page History
...
| Token | Description |
|---|---|
| placeholderTranslations | Placeholder text with localization |
| initValue | Initial selected value on first render |
| disabled | Disables user interaction |
| showClearIcon | Shows icon to clear selection |
| hidden | Keeps in structure but hides visually |
| saveInLocalStorage | Persists selection in local storage |
| defaultValue | Value used on form reset |
| readonly | Shows value but blocks changes |
| dataField | Field name used on submit |
| useStaticData | Toggle static vs. dynamic options |
| staticData | Predefined options list when static |
| dataSourcePath | Path to options in API response |
| dataSourceId | API endpoint ID for options |
| getEntityCollectionHttpRequestParametersMap | HTTP params map for fetch requests |
| modelValue | Field holding option value |
| modelDisplayValue | Field holding option label |
| emitObject | Emit full object instead of value |
| controlsRequestType | Placement of value in request |
| pageSize | Page size for options pagination |
| loadAll | Auto-fetch all pages of options |
| validation | Validation rules container |
| required | Enforces a selection is made |
| authorizationDisable | Policy that disables component |
| events | Configurable event handlers |
| ON_VALUE_CHANGE (Events) | Fires when selection changes |
| ON_INIT_BASED_ON_USER_VIEW (Events) | Fires on init in user view mode |
| ON_INIT (Events) | Fires when component initializes |
| ON_DESTROY (Events) | Fires when component is removed |
...