hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.58k stars 667 forks source link

[Feature request]: externally manage the state of drag n drop #432

Open bertho-zero opened 3 years ago

bertho-zero commented 3 years ago

I did a slight overlay on DateRange because in my case it calls onChange way too often. I would like the onChange to be called only when clicking on the end date or the end of a drag n drop, to have a full range (start and end).

The problem is, I can't add onDragSelectionStart and onDragSelectionEnd functions to monitor drag n drop status.