V-calendar: How to disabled mouse hover ?

Created on 22 Jan 2020  路  2Comments  路  Source: nathanreyes/v-calendar

I want to close the date opened when the mouse hovers over it. instead I want it to open when clicked. how can I do that ?

There are multiple date inputs and mouse hovering seems complicated. it would be better if I change it with a click.

Most helpful comment

try adding this :popover="{ visibility: 'click' }"

All 2 comments

try adding this :popover="{ visibility: 'click' }"

I think the answer from @robertguss is the right solution, for me it worked out just fine.

How about making it clearly available in the doc? I was looking for it but wasn't able to find this particular topic anywhere.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mika76 picture mika76  路  3Comments

knagyorg picture knagyorg  路  4Comments

jeffster9 picture jeffster9  路  3Comments

hanhtv204 picture hanhtv204  路  4Comments

bocanhcam picture bocanhcam  路  3Comments