shahabyazdi / react-multi-date-picker

a simple React datepicker component for working with gregorian, persian, arabic and indian calendars
https://shahabyazdi.github.io/react-multi-date-picker/
MIT License
806 stars 98 forks source link

Disabling dates for month and year pickers #192

Open HoussemSaafi opened 1 year ago

HoussemSaafi commented 1 year ago

I have been able to disable the dates for the week picker through the use of the mapDays property. Yet this property seems to not work for both month and year pickers. Is there any way I can disable the dates for both of these pickers?

shahabyazdi commented 1 year ago

This is not possible at the moment, I will try to add it in the future.