shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
69 stars 40 forks source link

Opened event not firing #54

Closed darrinsworlds closed 1 year ago

darrinsworlds commented 1 year ago

The opened event is not firing on open of the calendar (however the closed is) using vue3 (3.2.47) and typescript (4.9.5).

Here is the datepicker: <datepicker v-model="start" :format="format" calendarClass="calendar-right" @closed="closedCalendarClickHandler" @opened="openedCalendarClickHandler"></datepicker>

Here is the opened function: function openedCalendarClickHandler(): void { console.log("in open"); }

shubhadip commented 1 year ago

issue addressed in https://github.com/shubhadip/vuejs3-datepicker/pull/56