I want to enable past and present dates to choose.
This is possible. What is the question or problem you're having?
@erin-doyle thanks for your reply. my question is how to do that?
i found solution for this.
isOutsideRange={(day) => {
return !day.isSameOrBefore());
}}
isOutsideRange = {() => false}
To enable every date
Thank you for saving my time @Parthchokshi
isOutsideRange = {() => false}
To enable every date
Most helpful comment
isOutsideRange = {() => false}To enable every date