For the complete documentation index, see llms.txt. This page is also available as Markdown.

Multiple selection dropdown

Use multiple selection dropdown lists in the Custom UI widget

Input combo type dropdown.checkbox

Displays a drop-down menu that lets users select multiple options.

Usage example

Properties

  • id: Unique identifier for this field

  • label: Header text

  • description: Short descriptive text

  • placeholder: Placeholder text

  • shape: Used to align the label and the input field. Allowed values:

    • compactVertical

    • wideVertical

    • wideHorizontal

  • value: Sets default values from the defined menu items. These values must match the id of one or more menu options. Otherwise, no default value is set and the placeholder is displayed. To set multiple default values, use the format dev_1,dev_2, with options separated by commas and no spaces.

Option properties

id: Unique identifier for the selected value.

Last updated

Was this helpful?