You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needed a way to differentiate between direction: future eliminated days and blackout days so I added this new class to classes: dayBlackout :'k-blackout',
And this new condition: if (this.blackout(day)) klass.push(classes.dayBlackout);
And this new style in the CSS:
Needed a way to differentiate between
direction: future
eliminated days andblackout
days so I added this new class to classes:dayBlackout :'k-blackout',
And this new condition:
if (this.blackout(day)) klass.push(classes.dayBlackout);
And this new style in the CSS:
The text was updated successfully, but these errors were encountered: