icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
150 stars 153 forks source link

Allow Clicking dates in Previous/Future Months #71

Closed smoakey closed 2 years ago

smoakey commented 2 years ago

Allow the user to click on dates that are in previous or future months.

This feature is opt-in via the allowOutsideInterval parameter.

Issue: #58

icehaunter commented 2 years ago

Thanks for the PR! Sorry for a very long merge time. I slightly edited your code, but it's merged :)