svelte-calendar
svelte-calendar copied to clipboard
Feature: Select Range
A fairly common functionality in date selectors is the ability to define a selected date-range by first clicking one date to set a start date and then click another to set and end date. This is then shown as a continuous highlight between dates in the selected range on the same row.
I was just about to create an issue with exactly the same request.
Hey! There's already a PR on this by me: #60 (and kind of an issue based on this #58 ) . It's not merged in yet because of some issues and requirements from the owner, but I believe it's functioning at this state (except for the month selector when choosing the last month). Feel free to grab it and do as you please!
I was thinking of making a PR myself. Thank you for the heads up.
@itay-grudev If you are able to help with the final issue (month selector) then it might put the PR in a good state to merge in.