nathanreyes / v-calendar

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

Events not Repopulating with Step="" #1035

Open DaveL17 opened 2 years ago

DaveL17 commented 2 years ago

Super project. Thank you for sharing. I have seen one potential issue, however.

When I set the :step= property and navigate forwards or backwards, events seem to only be shown on the furthest month shown (going backward: earliest, going forward: furthest). This doesn't occur when the step property is not present. In case it's a math issue, my entire argument is:

<DatePicker v-model="date" is-dark color="indigo" :attributes="attrs" :columns="5" :rows="2" :step="1"/>
kyleshovbb commented 2 years ago

Hi! I have similar issue with v-calendar@next and vue3. Here you can reproduce this problem: https://codesandbox.io/s/intelligent-ptolemy-dvl3j Here is short video with this problem: https://jmp.sh/WWIilVa