nathanreyes / v-calendar

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

How to close popover after selecting today's button added inside popover #1458

Open SandhuBabu opened 3 months ago

SandhuBabu commented 3 months ago

<VDatePicker v-model.string="modelValue" trim-weeks :popover="{ visibility: 'click', autoHide: true, }" :attributes="[ { key: 'today', dot: true, dates: new Date(), }, ]" :mode="mode" :highlight="true" :masks="{ modelValue: 'YYYY-MM-DD' }"

<template #default="{ inputValue, inputEvents }">

<template #footer>