nathanreyes / v-calendar

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

date picker can't select a range of dates between 2 range of available-dates #140

Open Hexatan opened 6 years ago

Hexatan commented 6 years ago

If I set the date picker with the available-dates prop whith something like this like this:

[{"start":new Date(2018, 0, 1),"end":new Date(2018, 0, 15)},{"start":new Date(2018, 0, 16),"end":new Date(2018, 0, 20)}]

When I try to select a range of date which is between 2 (In this case something like form 12/01/2018 to 20/01/2018), I can't.

ikakey commented 6 years ago

@nathanreyes hi

when it is supposed be fixed this bug?

iboldurev commented 6 years ago

@nathanreyes please fix this bug

MGuadalupe commented 4 years ago

Hi! first of all, thank you so much for this amazing calendar! but i'm having this problem too, i would like to know if there is a way to fix it? thank you!