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
Changing the value of month picker manually (setState / useState) doesn't change the active month. The active month only changes when clicked on month. The active month (visually/css) should be updated on the calendar when the month picker value changes.
In short, I have buttons to go up/down months so when using the buttons the calendar doesn't update
The text was updated successfully, but these errors were encountered:
Hey I'm experiencing the same issue - a possible duplicate of #68?
I am unable to programmatically update the picker. I would expect that when the value prop changes, the picker selection updates. However it seems to only update on first mount, then does not update subsequently.
Changing the value of month picker manually (setState / useState) doesn't change the active month. The active month only changes when clicked on month. The active month (visually/css) should be updated on the calendar when the month picker value changes.
In short, I have buttons to go up/down months so when using the buttons the calendar doesn't update
The text was updated successfully, but these errors were encountered: