Is there a callback for when we click on one of the navigation buttons? #605
Answered
by
wojtekmaj
wahyucandra30
asked this question in
Q&A
-
I need to do something when a user clicks on the next/prev buttons. Is there any props I can use? something like "onNavigate" or "onMonthChange" |
Beta Was this translation helpful? Give feedback.
Answered by
wojtekmaj
Apr 10, 2022
Replies: 1 comment
-
Navigation button click always result in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wojtekmaj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Navigation button click always result in
activeStartDate
change. So you useonActiveStartDateChange
, which gets called with an object withaction
property, will tell you which button caused active start date to change, in a format documented in README.