CalendarChangeEvent

Defines the event arguments for the onChange event of the Calendar.

Props

The following table outlines the props for the CalendarChangeEvent:

NameTypeDefaultDescription
event
React.SyntheticEvent
-

The original browser event that triggered the change.

value
Date | Date[] | null
-

The selected date value. Can be a single Date, an array of Date objects, or null.