Add support for react-calendar's tileDisabled function, for disabling specific tiles #680
Closed
1 task done
Labels
enhancement
New feature or request
Before you start - checklist
Description
react calendar supports the individual disabling of specific tiles thru a callback method "tileDisabled". Please also add this one to react-date-picker, too:
https://stackoverflow.com/questions/71384956/react-calendar-tiledisabled-saturdays-and-sundays
Btw. there also is the callback method "tileClassName" for adding specific class names to tiles:
https://stackoverflow.com/questions/60446117/how-to-mark-particular-dates-in-react-calender
Might be worth adding this, too!
Proposed solution
Simply pass thru the reference of "tileDisabled" and "tileClassName"?
Alternatives
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: