Attributes
The identifier used to retrieve the widget value from the settings.
The label of the input widget.
Selection mode.
"single" selects one date, "range" selects a start and end date.The initial value. For
"single" mode, pass an ISO date string or date object.
For "range" mode, pass a tuple of two values (start, end).Minimum selectable date. Dates before this are disabled in the calendar.
Maximum selectable date. Dates after this are disabled in the calendar.
Display format string using date-fns format tokens (e.g.
"yyyy/MM/dd").Placeholder text shown when no date is selected.
The tooltip text shown when hovering over the tooltip icon next to the label.
The text displayed underneath the input widget.
Since version 2.9.6.
Usage
Single date
Date range