Override month change behavior - Create Example
bruceharrison1984 opened this issue · 1 comments
bruceharrison1984 commented
Describe the solution you'd like
It would be useful to provide hooks to changing the month so things such as Swipe could be wired up to control the calendar. Currently, the calendar can only be controlled via the Header.
bruceharrison1984 commented
This should already be possible by taking the initialDate
value and creating a controlled input. This value and useState could be used in a client-created header that would allow for full control of the calendar control.
An example is needed.