SelectSetter
Overview
Used to select a value from a limited set of options. The core capability is selection.
Display

Setter Configuration
| Property | Description |
|---|---|
| mode | Selector mode. Allowed values: 'single', 'multiple', 'tag' |
| defaultValue | Default value |
| options | Data source. Format: [ {label/title: 'text', value: 'text'}, ...] |
Return Type
String | Number | Boolean
Returns the value from the selected option in options.