Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

Correct calendar if out-of-month is not displayed #182

Closed mcrundo closed 8 years ago

mcrundo commented 8 years ago

Using multi-select, having the out-of-month dates displayed is not very intuitive UX. It's confusing when two dates fill up on one event. It makes sense if you think about it, but it is still confusing to users.

Could there be a way to hide out-of-month without affecting the accuracy of the calendar? Currently, if that class is set to display:none it causes the days on a calendar to be incorrect.

Twipped commented 8 years ago

Have you tried setting them to visibility:hidden?

mcrundo commented 8 years ago

@ChiperSoft good call, that works. Thanks!