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.
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
.