Skip to content

Dropdown โ€‹

The Dropdown element lets users choose one or more values from a predefined list of options.

Every element has a Component ID.

Value โ€‹

PropertyDescription
Allow multiple selectionsLet users choose more than one option
OptionsThe list of choices โ€” see Options below

Plus the shared Value controls Readonly and Clearable, and a Default value chosen from the options.

Options โ€‹

Options are built in the option editor. Each has:

FieldDescription
LabelThe text shown to the user
Reference keyA unique identifier (letters, numbers, underscores) โ€” this is what rules match on
Value typeText, Number, or True / false
Submission valueThe value submitted when chosen โ€” leave blank to submit the key

TIP

Rules target an option's key; submissions use its value, falling back to the key when no value is set.

Appearance โ€‹

Shows the shared Label group and the shared Appearance controls: Background color, Input text color, Dense, and Border & Shape.

Layout โ€‹

Column width, margins, and padding work the same as every element โ€” see Common Properties โ€บ Layout.

Rules โ€‹

Conditional visibility and validation.


See also: Elements overview ยท Common Properties