[Calendar] Add option disabledDates similar to disabledDaysOfWeek in #199 #200
Labels
lang/javascript
Anything involving JavaScript
state/has-docs
A issue/PR which requires documentation changes and has the corresponding PR open in the docs repo
type/feat
Any feature requests or improvements
Milestone
Feature Request
Description
Add an option
disabledDates
to the calendar. This should hold an array of Date Objects. If the calendar view contains any of the dates the appropriate cell is disabled.This is very similar to #199
In addition, if an Array Element is an object or Array Element itself, it can also contain additional Information, why that specific date is disabled and can show this as a popup when hovering over the cell
Example
Mockup
The text was updated successfully, but these errors were encountered: