Dropdown
Use dropdown lists in Custom UI Widget
Last updated
Use dropdown lists in Custom UI Widget
Last updated
Displays a drop-down menu that allows selecting a single option.
id
: Unique identifier to access this field's data
label
: Header text
description
: Short descriptive text
placeholder
: Placeholder value
shape
: Used to align the label and the input field. Its allowed values are
compactVertical
wideVertical
wideHorizontal
value
: Set a default value from the defined menu items. This value must be the id
of only one of the defined menu options, otherwise the behavior will be as if no default value were set and the placeholder will be displayed.
id
: Unique identifier to access the selection's value.