Multiselect
The multiselect component allows you to get multiple strings from the user.
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:
App Editor Documentation
The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code.
Apps Quickstart
Learn how to build your first app in a matter of minutes.
Multiselect configuration
Name | Type | Connectable | Templatable | Default | Description |
---|---|---|---|---|---|
items | string | true | false | "Foo" ; "Bar" | The select items. |
placeholder | string | true | false | Select items | The text that will be displayed by default. |
User creatable | boolean | false | false | false | If users can create values. |
Allow overflow | boolean | false | false | false | If too many items, the box overflow its container instead of having an internal scroll |
Outputs
Name | Type | Description |
---|---|---|
result | string | The selected items. |