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
It will lighten '_month' array and so avoid some dom-repeat iterations to finally lighten the dom a little bit, and it makes more sense that theses days does not exist rather than make them disabled, just an improvement.
Assuming days are in a container with --layout-wrap according to #104, the "empty days" can be avoid by adding to months a field "firstDay" you get here https://github.com/bendavis78/paper-date-picker/blob/master/paper-calendar.html#L339, and put before the dom-repeat of days:
100 / 7 ~= 14.285
It will shift the first day at the right place.
The text was updated successfully, but these errors were encountered: