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

Date

Use date input fields within the Custom UI widget

Input combo type date

Displays a date input field in the format mm/dd/yy, 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 date. Use the ISO 8601 format: yyyy-MM-dd'T'HH:mm

Last updated

Was this helpful?