Skip to main content

Multi Select

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

Multi Select API

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

Controls

This component can be controlled by frontend scripts using these functions:

NameParametersDescriptionExample
setValueid: string, value: anyManually set or force the value of a component.setValue(id: 'a', value: 17)

Multi Select configuration

NameTypeConnectableTemplatableDefaultDescription
itemsstringtruefalse"Foo" ; "Bar"The select items.
placeholderstringtruefalseSelect itemsThe text that will be displayed by default.
User creatablebooleanfalsefalsefalseIf users can create values.
Allow overflowbooleanfalsefalsefalseIf too many items, the box overflow its container instead of having an internal scroll

Outputs

NameTypeDescription
resultstringThe selected items.