skratchdot / react-bootstrap-daterangepicker

A date/time picker for react (using bootstrap). This is a react wrapper around the bootstrap-daterangepicker project.
http://projects.skratchdot.com/react-bootstrap-daterangepicker/
Other
475 stars 204 forks source link

How to prevent user from not selecting date more than a week #238

Closed skychavda closed 3 years ago

skychavda commented 3 years ago

If user select 13 then next date user only select 20 and after 20 all other dates are disabled. image

skychavda commented 3 years ago

227 This issue is solved using maxSpan prop in different way.

In order to know more about this package checkout this link