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.
A value picker component, that lets the user select a given value from a list.
Control type: ValuePicker
required
Must have a value when leaving the step. true
/false
false
readonly
Open to edit by enduser. true
/false
false
default_value
This value is selected per default
options
Select options (array of JSON objects).
N/A
options.title
An option title
N/A
options.value
An option value
N/A