hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.57k stars 658 forks source link

Add onNextButtonClick, onPreviousButtonClick listener #566

Closed AbdullahAnsarii closed 2 years ago

AbdullahAnsarii commented 2 years ago

Subject of the issue

I am working on a project in which I need to fetch data from API whenever the month changes.

[BUG] Expected behaviour

A callback function for next and previous month button onClick.

Environment

Package Version: ^1.4.0" React version: ^17.0.2 Node version: ^14.17.4 Browser: Chrome

AbdullahAnsarii commented 2 years ago

My bad, onShownDateChange prop does exactly what I need