Drop down control in cards

A menu that lets users choose one item from an expandable list of items. The default is two choices, but more can be added.

Properties

Value – The initial item (or set of items) that should be selected. For multi-select, specify a comma-separated string of values.

Choices - The list of items the user can select from.

Placeholder – Description of the input desired. Only visible when no selection has been made, the style is compact and isMultiSelect is false.

Label – Label for this input.

Wrap – If true, allow text to wrap. Otherwise, text is clipped.

Multiple selection – Allow multiple items to be selected.

Initially visible – If false, this item will be removed from the visual tree.

Spacing – Controls the amount of spacing between this control and the preceding control.

Divider – When true, draw a separating line at the top of the control.

Height – Specifies the height of the control.

Error message – Error message to display when entered input is invalid.

Required field – Whether or not this input is required.

Repeat for every – The source of data that is used to show multiple instances of this control. Learn how to use repeat for every.

Show when – Conditional layout expression.