For the complete documentation index, see llms.txt. This page is also available as Markdown.

Time

Use time input fields within the Custom UI widget

Input combo type hour

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

Usage example

Properties

  • id: Unique identifier for this field

  • label: Header text

  • description: Short descriptive text

  • shape: Used to align the label and the input field. Allowed values:

    • compactVertical

    • wideVertical

    • wideHorizontal

  • value: Sets a default time. Use the 24-hour format. It is automatically converted to 12-hour format.

Last updated

Was this helpful?