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
{{ message }}
This repository was archived by the owner on Apr 3, 2023. It is now read-only.
first of all thank you very much for sharing this awesome project.
I would love to have the option to determine which custom Class/Classes are set on the selected Day. If this would be enabled by default, it would help to make this Calendar much more attractive for non static use-cases.
Currently I´m searching for the class selected
var select = document.getElementsByClassName('selected');
console.log(select[0].classList)
and do my stuff. But a cleaner, more usable way would be awesome.