edwardfxiao / react-minimal-datetime-range

A react component for date time range picker. Online demo examples
https://edwardfxiao.github.io/react-minimal-datetime-range/
MIT License
16 stars 7 forks source link

supportDateRange in RangePicker component #7

Closed Miguel219 closed 2 years ago

Miguel219 commented 2 years ago

Hi, it is posible to add a "supportDateRange" prop to the RangePicker component to restrict the selection of dates by a minDate and a maxDate? This functionality would be very useful.

edwardfxiao commented 2 years ago

@Miguel219 Hi, try v2.0.7 now see if it has any problems.

supportDateRange={[`2022-05-24`, `2022-05-29`]} // "YYYY-MM-DD"
Miguel219 commented 2 years ago

Thanks for the quick response, I tried it and everything worked perfectly!