nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.41k stars 863 forks source link

Possibility to see attributes of event with pointer:none on hover (disabled dates) #856

Open allevi18 opened 3 years ago

allevi18 commented 3 years ago

I wanted to implement booking system with possibility to choose range over disabled dates and I have used one of the workarounds from issue #124

So, I set pointer-events to 'none' for these days and now I can't see their attributes on hover. With regular disabled-dates it works fine, without possibility to select it.

allevi18 commented 3 years ago

git

cutesquirrel commented 3 months ago

Hi, did you find any solution on this?