vuejs3-datepicker icon indicating copy to clipboard operation
vuejs3-datepicker copied to clipboard

changed-month event is emitting completely different objects

Open MattApril opened this issue 1 year ago • 0 comments

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}

MattApril avatar Apr 14 '23 18:04 MattApril