Overview
Adds a Select (dropdown) control to the form.
Custom Configuration
For common configuration values, see the UI Controls page. Configuration values specific to this control are:
Config Property | Type | Description | Example Values |
options | List of maps | The options to select from. The label is shown in the UI. The value is stored upon save. |
options: |
showSearch | Boolean | Shows a typeahead search field for long lists. |
showSearch: true |
Examples
- id: formSelect
modelPath: props.EXTERNAL_PORT
layout: first-column
requiredForCreation: true
config:
label: Thread Device Port
showSearch: true
options:
- label: 1
value: 1
- label: 2
value: 2
restrictions:
disabled: true
Comments
0 comments
Please sign in to leave a comment.