field.select
Button for selecting from a drop-down list. Use this component when the list is long and only one option can be chosen.
For short lists (2-4 items), it's better to use field.radio-group or field.button-radio-group, where all the options are visible at once.
To allow selecting multiple options, use the field.checkbox-group component.
Component properties
Name |
Type |
Description |
|
"field.select" |
Set component type |
|
writable |
Data with values that will be processed or changed. |
|
string |
Label above the component. |
|
string |
Hint text. |
|
array |
Options to choose from. |
|
object |
Option parameters. |
|
string |
The name of the option to display in the list. |
|
any |
The value to write to the data in the |
|
string |
The text that will be displayed if none of the options is selected. |
|
condition |
Validation based on condition. |