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

How to add default first date in 'range' so user can select second date only? #145

Open Ahmdrza opened 3 years ago

Ahmdrza commented 3 years ago

I have set :date-one="dateOne" and when I open datepicker, the first date is selected but when I click any other date to select the second date, it disselects the already selected first date and considers newly selected as first date.