Multiple selection dropdown
Use multiple selection dropdown list in Custom UI Widget
Last updated
Use multiple selection dropdown list in Custom UI Widget
Last updated
Displays a drop-down menu that allows selecting multiple options.
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
: Sets default values from the defined menu items. These values must be the id
of at least one of the defined menu options, otherwise the behavior will be as if no default value were set and the placeholder will be displayed instead. To set multiple default values, use the format: dev_1,dev_2
(options separated by comma without spaces)
id
: Unique identifier to access the selection's value.