Date picker control in cards

Allows the user to enter a date in mm/dd/yyyy format or select a date on the calendar. The value is stored as a date.

Properties

Default value – The initial value for this field expressed in YYYY-MM-DD.

Placeholder – Description of the input desired. Displayed when no selection has been made.

Label – Label for this input.

Initially visible – If false, this item will be removed from the visual tree.

Maximum value – Hint of maximum value expressed in YYYY-MM-DD (may be ignored by some clients).

Minimum value – Hint of minimum value expressed in YYYY-MM-DD (may be ignored by some clients).

Spacing – Controls the amount of spacing between this control and the preceding control.

Divider – When true, draw a separating line at the top of the control.

Height – Specifies the height of the control.

Error message – Error message to display when entered input is invalid.

Required field – Whether or not this input is required.

Repeat for every – The source of data that is used to show multiple instances of this control. Learn how to use repeat for every.

Show when – Conditional layout expression.