Overview
Adds a text input to the form.
Custom Configuration
For common configuration values, see UI Controls. Configuration values specific to this control are:
Config Property | Type | Description | Example Values |
type | String | The type of input. Defaults to text. |
type: number |
Examples
- id: textInput
modelPath: props.ADDRESS_MAC
layout: first-column
config:
label: Mac Address
restrictions:
disabled: true
- id: textInput
modelPath: props.MY_PROP
layout: first-column
config:
label: My Prop
type: number
validators:
min: 1
max: 100
Comments
0 comments
Please sign in to leave a comment.