hypeserver / react-date-range

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

Close button and onClose event to handle changes after clicking close button #621

Open optiwariindia opened 9 months ago

optiwariindia commented 9 months ago

Please add Close button and onClose event to handle changes after clicking close button

The user cannot select range longer than 2 months if we use onChange method to close. Please add a close button and assciate with event onClose

This is an improvement request