Skip to main content

Multiselect

The multiselect component allows you to get multiple strings from the user.

Multiselect API

The following section details Multiselect component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:

Multiselect configuration

NameTypeConnectableTemplatableDefaultDescription
itemsstringtruefalse"Foo" ; "Bar"The select items.
placeholderstringtruefalseSelect itemsThe text that will be displayed by default.

Outputs

NameTypeDescription
resultstringThe selected items.