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

changed-month event is emitting completely different objects #60

Open MattApril opened 1 year ago

MattApril commented 1 year ago

Changing the month from the main calendar view using the arrows emits a Date object, whereas changing the month from the month list (after clicking on the month/year title in the main calendar view) emits an object that looks like this:

{month: 'February', timestamp: 1675278300000, isSelected: null, isDisabled: false}