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
Using calendar with isRangeSelector to true, displayed month is not changed when date range is updated.
For example, if initial date range is 2023-01-01 to 2023-01-10, initial "focus" will be January 2023. If I programmatically change it to 2023-03-01 to 2023-03-10, the focus will still be on January 2023 instead of March 2023.
Is there a way to specify what should be the current focus or default focus after an update (start date, end date, ...) ?
Thanks
The text was updated successfully, but these errors were encountered:
Using calendar with
isRangeSelector
totrue
, displayed month is not changed when date range is updated.For example, if initial date range is
2023-01-01
to2023-01-10
, initial "focus" will beJanuary 2023
. If I programmatically change it to2023-03-01
to2023-03-10
, the focus will still be onJanuary 2023
instead ofMarch 2023
.Is there a way to specify what should be the current focus or default focus after an update (start date, end date, ...) ?
Thanks
The text was updated successfully, but these errors were encountered: