Date

Use Date input fields within Custom UI Widget

Input combo type date

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

Last updated

Was this helpful?