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
If I load previously selected values from user (eg: from session or browser storage )
in dual month view prev button doesn't go back before the selected month.
Lets say we have August and I load a date range in September as I initialize the dateRangePicker
I'll be presented with September and October, Prev button won't go back to current month thus not giving the chance to user to change the selection
If I load previously selected values from user (eg: from session or browser storage )
in dual month view prev button doesn't go back before the selected month.
Lets say we have August and I load a date range in September as I initialize the dateRangePicker
I'll be presented with September and October, Prev button won't go back to current month thus not giving the chance to user to change the selection
My current work around consists of:
Which will return the first DatePicker to current month and clean browser storage
But I wonder if there's a better way.
The text was updated successfully, but these errors were encountered: