MikaelEdebro / vue-airbnb-style-datepicker

A VueJs datepicker with a similar look and functionality as the popular AirBnb datepicker.
https://mikaeledebro.gitbooks.io/vue-airbnb-style-datepicker/
MIT License
505 stars 105 forks source link

Dynamically change disable dates #131

Open sikandartariq1 opened 4 years ago

sikandartariq1 commented 4 years ago

Is there a workaround to change disable dates dynamically? For example, I've got a no. of guests & a no. of rooms dropdowns and disable dates depend on these values. So, disable dates should update when a user selects different guests or rooms.