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
Using calendar with
isRangeSelectortotrue, displayed month is not changed when date range is updated.For example, if initial date range is
2023-01-01to2023-01-10, initial "focus" will beJanuary 2023. If I programmatically change it to2023-03-01to2023-03-10, the focus will still be onJanuary 2023instead 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