react-datepicker
react-datepicker copied to clipboard
RangeDatePicker Input blur does not call onChange
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.