Rudeg / react-input-calendar

http://rudeg.github.io/react-input-calendar/
MIT License
139 stars 94 forks source link

Ability to disable some specific dates #110

Closed arajpraju closed 6 years ago

arajpraju commented 7 years ago

I want to disable some specific dates in date picker like Saturday and Sunday or specific days like Dec 25. Is this possible?

dbrack commented 7 years ago

There is no way to do this with the current implementation.

At the moment, only minDate and maxDate can be specified. All days outside of the specified range will be disabled.