Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TokenDescription
placeholderTranslationsPlaceholder text with localization
initValueInitial selected value on first render
disabledDisables user interaction
showClearIconShows icon to clear selection
hiddenKeeps in structure but hides visually
saveInLocalStoragePersists selection in local storage
defaultValueValue used on form reset
readonlyShows value but blocks changes
dataFieldField name used on submit
useStaticDataToggle static vs. dynamic options
staticDataPredefined options list when static
dataSourcePathPath to options in API response
dataSourceIdAPI endpoint ID for options
getEntityCollectionHttpRequestParametersMapHTTP params map for fetch requests
modelValueField holding option value
modelDisplayValueField holding option label
emitObjectEmit full object instead of value
controlsRequestTypePlacement of value in request
pageSizePage size for options pagination
loadAllAuto-fetch all pages of options
validationValidation rules container
requiredEnforces a selection is made
authorizationDisablePolicy that disables component
eventsConfigurable 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

...