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.
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.
Most helpful comment
try adding this
:popover="{ visibility: 'click' }"