A value picker component, that lets the user select a given value from a list.
type
Control implementation. Must be ValuePicker
N/A
id
Unique ID within the flow
N/A
config.required
Must have a value when leaving the step. true
/false
false
config.readonly
Open to edit by enduser. true
/false
false
config.default_value
This value is selected per default
config.options
Select options (array of JSON objects).
N/A
config.options.title
An option title
N/A
config.options.value
An option value
N/A
A value picker component, that lets the user select a given value from a list.
The ValuePicker is often used as a drop-down list for admins to select predefined values from. See example below.