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

fix clearing value date-two #114

Open natalya-semenova opened 5 years ago

natalya-semenova commented 5 years ago

Fixes #71

The datePropsCompound property watcher's handler now also takes into account dateTwo changes.

So when dateTwo is set to something programmatically but the dayOne is not changed the datepicker will still react on changes and update the UI