ZestfulNation / vue-hotel-datepicker

A VueJS v2 responsive date range picker. Displays the number of nights selected and allow several useful options like custom check-in/check-out rules, localization support and more.
https://zestfulnation.github.io/vue-hotel-datepicker/
MIT License
840 stars 220 forks source link

Disable selecting a date right after block of "disabled" dates #251

Closed joelkrause closed 3 years ago

joelkrause commented 3 years ago

We have an interesting issue a client has faced on their website using this. We're passing in an array of disabled dates, and they would like the ability to prevent a customer from selecting the date right after that block? Is there any way to achieve this?

matiasperrone commented 3 years ago

You may add a day to each block... or may be I did not understand the problem right

matiasperrone commented 3 years ago

This seems to be a duplicate of #252 please continue in that issue