nathanreyes / v-calendar

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

Bug with DatePicker when inputting date range - fix for v2 #1408

Open akilaNbandara opened 11 months ago

akilaNbandara commented 11 months ago

The fix addresses the issue of not being able to select a date range spanning two months when using keyboard input. The problem has already been resolved for v3 in this MR, and this is the same fix being applied to v2.

I would greatly appreciate it if you could merge this and create a release for v2, benefiting Vue2 users. 🙏 Thanks in advance!