Skip to main content

Select

The select component allows you to get a string from the user.

Select API

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

Select configuration

NameTypeConnectableTemplatableDefaultDescription
itemsArraytruefalseThe select items.
createbooleanfalsefalsefalseIf users can create values.
default valuebooleantruefalseThe default value of the input.

Outputs

NameTypeDescription
resultstringThe selected item.