t0gre / react-datepicker

An easily internationalizable, accessible, mobile-friendly datepicker library for the web, build with styled-components.
https://react-datepicker.netlify.com/
MIT License
331 stars 54 forks source link

Request to add onNextMonthClick and onPrevMonthClick #139

Open ebizcoAU opened 2 years ago

ebizcoAU commented 2 years ago

I am looking for some ways to trap events when user clicks on the "Next" or "Prev" months buttons in the Datepicker components with return Date argument i.e. showing first day of the month. It will be the good events for displaying additional information for a particular month that in sync with the displaying calendar.

fredbralvalex commented 2 years ago

I am using monthLabelFormat to get things done but this is called while rendering so React warns...