hypeserver / react-date-range

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

I want to add a apply and cancel button in it. how it is possible? #357

Open Tariqali13 opened 4 years ago

Tariqali13 commented 4 years ago

Subject of the issue

I want to add a apply and cancel button in date range picker. how it is possible?

nerycordova commented 4 years ago

Hi @Tariqali13 , you can embed <DateRangePicker in your own component that keeps the date changes in its state and handles the apply/cancel actions.

Also, for the cancel button to work nicely, you would need to save the initial selection so, if a user hits Cancel, you would restore your calendar selection to prior values.

I hope this helps. I'm planning to work on documentation that would explain scenarios like this one.

iamsaurabhgupt commented 4 years ago

@nerychucuy please provide the documentation for achieving this easily.

Tariqali13 commented 4 years ago

Hi. @nerychucuy thanks for the response, but i have already achieve this approach. it's will be good if it is provided by default.