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

Multiple options/props per calendar for minimalStay and checkinDay #212

Closed remcoz closed 4 years ago

remcoz commented 4 years ago

Hi,

We have accommodation X. This accommodation has this rules.

**Start Date | End Date | Minimum Stay | Checkin Day | Flexible Arrival**
27 juni 2020 | 21 augustus 2020 | [7, 14, 21] | saturday | 
27 juni 2020 | 21 augustus 2020 | [7, 14, 21] | saturday | 
22 augustus 2020 | 4 september 2020 | [7 ] | any | yes
5 september 2020 | 25 september 2020 | [7 ] | any | yes
1 juni 2021 | 12 juni 2021| [7 ] | any | yes
11 juni 2021 | 24 juni 2021 | [7 ] | any | yes

So we have per date range different minimalstay and checkin day (saterday or any).

multiple

Is this possible in the plugin?

best, remco

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

Is not possible in the plugin, but you can use computed properties in order to solve this particular issue.