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

Set fullscreenMobile prop to false by default, to match with documentation #106

Open 3drenders opened 5 years ago

3drenders commented 5 years ago

While working with the datepicker, we ran across a problem where the datepicker prop "fullscreenMobile" does not default to false. The documentation says it does, so I changed the default value

3drenders commented 4 years ago

Any updates on this?