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

Minimum Nights not working #193

Closed cjlaborde closed 4 years ago

cjlaborde commented 4 years ago
<HotelDatePicker
 :minNights="1">
</HotelDatePicker>

Can Still make reservations. Even when 0 nights and having same date as start_date and end_date.

Here is a gif image. https://gph.is/g/E1nMW32

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

matiasperrone commented 4 years ago

Check the last version, I couldn't duplicate this behaivour.