formTimeInput

Defines the desired user interface is a time picker.

Referenced by: formFieldElement

Properties

Property Details
max The maximum time to allow. The number represents an extended ISO-8601 time.
min The minimum time to allow. The number represents an extended ISO-8601 time.
timeResolution The resolution identifier. If not specified default is 'minutes'.
Valid values:
  • minutes
  • seconds
type The 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"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.