Time

Use time input fields within Custom UI Widget

Input combo type hour

Displays a time input field in the format HH:MM (12h format).

Usage example

Properties

  • id: Unique identifier to access this field's data

  • label: Header text

  • description: Short descriptive text

  • shape: Used to align the label and the input field. Its allowed values are

    • compactVertical

    • wideVertical

    • wideHorizontal

  • value: Sets a default time. 24H format must be used and it will automatically be converted to 12H format.

Last updated

Was this helpful?