shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
70 stars 41 forks source link

Cannot select 2 values inside single calendar (range) #89

Open krisztina-tropee opened 5 months ago

krisztina-tropee commented 5 months ago

Hi! I would like to implement 2 calendar views (side by side) for selecting start and end dates and the range between them. But the issue is that when user selects both start and end dates within the same month, then the package doesn't allow selecting 2 values, like how it is for example here on Booking. Can we do anything about it? Or should we switch to another library? image