OptionalcloseOptionalcreateA function that creates a Calendar object for a given calendar identifier. Enables non-Gregorian calendar support (Persian, Buddhist, Islamic, etc.) without bundling all calendars by default.
OptionaldefaultThe initial focused date when rendered. Use when you don't need to control the focused date of the date picker.
OptionaldefaultThe initial open state of the date picker when rendered. Use when you don't need to control the open state of the date picker.
OptionaldefaultThe initial selected date(s) when rendered. Use when you don't need to control the selected date(s) of the date picker.
OptionaldefaultThe default view of the calendar
OptionaldisabledWhether the calendar is disabled.
OptionalfixedWhether the calendar should have a fixed number of weeks. This renders the calendar with 6 weeks instead of 5 or 6.
OptionalfocusedThe controlled focused date.
OptionalformatThe format of the date to display in the input.
OptionalidThe unique identifier of the machine.
OptionalidsThe ids of the elements in the date picker. Useful for composition.
OptionalinlineWhether to render the date picker inline
OptionalinvalidWhether the date picker is invalid
OptionalisReturns whether a date of the calendar is available.
OptionallocaleThe locale (BCP 47 language tag) to use when formatting the date.
OptionalmaxThe maximum date that can be selected.
OptionalmaxThe maximum number of dates that can be selected.
This is only applicable when selectionMode is multiple.
OptionalmaxThe maximum view of the calendar
OptionalminThe minimum date that can be selected.
OptionalminThe minimum view of the calendar
OptionalnameThe name attribute of the input element.
OptionalnumThe number of months to display.
OptionalonFunction called when the focused date changes.
OptionalonFunction called when the calendar opens or closes.
OptionalonFunction called when the value changes.
OptionalonFunction called when the view changes.
OptionalonFunction called when the visible range changes.
OptionalopenThe controlled open state of the date picker
OptionalopenWhether to open the calendar when the input is clicked.
OptionaloutsideWhether day outside the visible range can be selected.
OptionalparseFunction to parse the date from the input back to a DateValue.
OptionalplaceholderThe placeholder text to display in the input.
OptionalpositioningThe user provided options used to position the date picker content
OptionalreadWhether the calendar is read-only.
OptionalrequiredWhether the date picker is required
OptionalselectionThe selection mode of the calendar.
single - only one date can be selectedmultiple - multiple dates can be selectedrange - a range of dates can be selectedOptionalshowWhether to show the week number column in the day view.
OptionalstartThe first day of the week.
0 - Sunday
1 - Monday
2 - Tuesday
3 - Wednesday
4 - Thursday
5 - Friday
6 - Saturday
OptionaltimeThe time zone to use
OptionaltranslationsThe localized messages to use.
OptionalvalueThe controlled selected date(s).
OptionalviewThe view of the calendar
Whether the calendar should close after the date selection is complete. This is ignored when the selection mode is
multiple.