React-dates: How can i enable all dates in DateRangePicker

Created on 20 Sep 2017  路  1Comment  路  Source: airbnb/react-dates

I want to enable past, present and future dates.

Most helpful comment

Pass isOutsideRange={() => false} to the DateRangePicker component.

>All comments

Pass isOutsideRange={() => false} to the DateRangePicker component.

Was this page helpful?
0 / 5 - 0 ratings