mskocik / svelty-picker

Simple date & time picker in svelte
https://mskocik.github.io/svelty-picker/
202 stars 46 forks source link

Restrict date mode based on startDate and endDate #151

Closed foundify closed 10 months ago

foundify commented 12 months ago

When you click on the month name, it expands to all the months, and so on... however, why would I need to display the months/years that are not in the range of my startDate and endDate? Similarly, it would be nice to disable the arrows when you have reached the beginning/end month of that range of dates.