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
In RangePicker when both start and end values are selected, if the user changes only the end value and clicks outside, the value is correctly set to [oldStartValue, newEndValue] but onCalendarChange is called afteronChange with the wrong values [oldStartValue, oldEndValue]
In RangePicker when both start and end values are selected, if the user changes only the end value and clicks outside, the value is correctly set to
[oldStartValue, newEndValue]
butonCalendarChange
is called afteronChange
with the wrong values[oldStartValue, oldEndValue]
Here is the reproduction:
https://codesandbox.io/p/sandbox/cocky-tamas-fflnh2
Here is a screenshot:
The text was updated successfully, but these errors were encountered: