Defines the desired user interface is a time picker.

Referenced by: formFieldElement

Properties

PropertyDetails
maxThe maximum time to allow. The number represents an extended ISO-8601 time.
minThe minimum time to allow. The number represents an extended ISO-8601 time.
timeResolutionThe resolution identifier. If not specified default is ‘minutes’.
Valid values:
  • minutes
  • seconds
typeThe input type identifier.
Valid value of this property time-picker

Example

{
"type": "time-picker"
}

Example

{
"type": "time-picker",
"min": "13:00:00",
"max": "20:30:00",
"timeResolution": "minutes"
}