You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Calendar component can be either have granularity of day or month, but it can't be switched without an "external" component controlling the state.
I would like to be able to click on the Calendar header (like November 2024) to switch the granularity to month to allow the user to navigate to a different month or year quicker.
This could be solved either by supported an optional onHeaderClick handler or by allowing a custom component for the header.
Description
Currently, the Calendar component can be either have granularity of
day
ormonth
, but it can't be switched without an "external" component controlling the state.I would like to be able to click on the Calendar header (like
November 2024
) to switch the granularity tomonth
to allow the user to navigate to a different month or year quicker.This could be solved either by supported an optional
onHeaderClick
handler or by allowing a custom component for the header.Code of Conduct
The text was updated successfully, but these errors were encountered: