Select and List Attributes
These attributes are shared by the Select and List elements.
Valid props
| Prop name | Description | Type | Default |
|---|---|---|---|
| sort | Defines if the options shall be sorted alphabetically | Boolean | false |
| multiSelect | If set to true the user is allowed to select multiple options | Boolean | false |
| select | Defines the options to show inside the field as an array | String[] | [] |
See also Common Form Attributes