Overview
Adds a time picker 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 |
min | String |
An ISO 8601 formatted timestamp indicating the minimum date that can be selected. |
min: 2019-11-18T13:33:34-08:00 |
max | String |
An ISO 8601 formatted timestamp indicating the maximum date that can be selected. |
max: 2020-11-18T13:33:34-08:00 |
Examples
- id: formTimePicker
modelPath: props.KEY
layout: first-column
config:
label: Date
min: 2019-11-18T13:33:34-08:00
max: 2020-11-18T13:33:34-08:00
Comments
0 comments
Please sign in to leave a comment.