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

Add prop to not close after click outside #124

Closed ChanningDefoe closed 9 months ago

ChanningDefoe commented 4 years ago

Added a prop to choose whether or not you want to close the datepicker when you click outside of the modal. Added a default of true which maintains the original behavior.