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
With a RangeDatePicker, writing a formatted date into the Input Fields will update the internal state of the component, but will not notify listeners via the onChange prop, making it impossible to change the observed date range without clicking into the Calendar widget.
This should easily be fixed by calling onChange in handleInputBlur or handleInputChange.
The text was updated successfully, but these errors were encountered:
With a
RangeDatePicker
, writing a formatted date into the Input Fields will update the internal state of the component, but will not notify listeners via theonChange
prop, making it impossible to change the observed date range without clicking into the Calendar widget.This should easily be fixed by calling
onChange
inhandleInputBlur
orhandleInputChange
.The text was updated successfully, but these errors were encountered: