vue-cal
vue-cal copied to clipboard
Date range selector
Hi!
I'm trying to build a date range selector like the following one and I'm having some issues for making two calendars work together. Particularly because when a date is selected the calendar focuses on that date and the month of the calendar changes to show the selected one, making hard to have synced months of the calendars.
Is there something I could do to disable this 'focusing' behaviour? Or are there any ways to sync two calendars betters?
Thank you in advance! I love this calendar library ^^
Pure usage-related questions are probably better to post on Stack Overflow than as an issue in this repo.
In any case, a minimal reproduction demonstrating the issue using CodePen, CodeSandbox or similar is needed to be able to help you.