First, I'd like to say that I'm enjoying using the library. 😄
I have a small question about additional functionality for range mode.
There is currently no method to select a date through multiple independent calendars when using range mode. We can use offset to show multiple calendars, but they are sequential and not independent.
(like will-be-in-range state when hover, days when move prev month / next month, ...)
In order to use independent calendars in RANGE mode, I have personally implemented a few methods in my limited skills.
If you could provide this functionality in the library, I think it could be applied in many cases.
Once again, thank you for creating such an awesome library. 👍
Here is the sample code and application I did.
First, I'd like to say that I'm enjoying using the library. 😄
I have a small question about additional functionality for range mode.
There is currently no method to select a date through multiple independent calendars when using range mode. We can use offset to show multiple calendars, but they are sequential and not independent.
(like
will-be-in-rangestate when hover, days when move prev month / next month, ...)In order to use independent calendars in RANGE mode, I have personally implemented a few methods in my limited skills.
If you could provide this functionality in the library, I think it could be applied in many cases.
Once again, thank you for creating such an awesome library. 👍
Here is the sample code and application I did.