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
When we scroll month, sometimes in willSelectDate() method we are getting two months dates. e.g.
I scrolled from May to June, then in console it is showing the dates of June and July even I haven't gone to July month. Also while scrolling back same thing happening like e.g. I am scrolling from November to October, then I am getting dates in console for two month i.e. October and September.
Current month date not getting most of the time after scrolling next month to back current month. e.g. current month is April, and I scrolled back from May month to April, then willSelectDate() method doesn't gets called. To Reproduce
Steps to reproduce the behavior:
Go to Month View
Scroll down Month views
Print date in willSelectDate() method
try to scroll months one by one, you will observe date is not printing properly i.e. date is not getting sometime
Expected behavior
After scrolling forward and backward months only the scrolled month date should get in willSelectDate() method
The text was updated successfully, but these errors were encountered:
Describe the bug
I scrolled from May to June, then in console it is showing the dates of June and July even I haven't gone to July month. Also while scrolling back same thing happening like e.g. I am scrolling from November to October, then I am getting dates in console for two month i.e. October and September.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After scrolling forward and backward months only the scrolled month date should get in willSelectDate() method
The text was updated successfully, but these errors were encountered: