OptionalerrorError message to display when the field is invalid.
OptionalhelpOptional help or description text shown below the input.
OptionalisFunction to determine if a date should be disabled/unavailable. Receives an ISO 8601 date string.
OptionalisIf true, disables the input and calendar popover.
OptionalisIf true, marks the field as invalid and displays the error message.
OptionalisIf true, marks the field as required.
The label displayed above the date picker input.
OptionalnameOptional field to link with forms and filters data
OptionalonOptional callback fired when the date changes. Receives an ISO 8601 date string or null.
Callback to update the selected date value. Receives an ISO 8601 date string or null.
The selected date as an ISO 8601 string (e.g., '2024-06-01'), or null for no selection.
Props for the DatePicker component.