ManukMinasyan / vue-functional-calendar

Vue.js Functional Calendar | Component/Package
https://vue-functional-calendar.now.sh/
MIT License
473 stars 85 forks source link

minSelDays option #57

Closed SpinyMan closed 4 years ago

SpinyMan commented 4 years ago

Property minSelDays exists but does nothing. When you plan to implement it?

ManukMinasyan commented 4 years ago

This functionality only works correctly for date ranges. For this, I created a task. https://github.com/ManukMinasyan/vue-functional-calendar/projects/1#card-35470519

Thanks.

SpinyMan commented 4 years ago

This functionality only works correctly for date ranges.

Could you please provide an example, cause mine doesn't work at all.

ManukMinasyan commented 4 years ago

This functionality only works correctly for date ranges.

Could you please provide an example, cause mine doesn't work at all.

Minimum and Maximum selected days https://y3jnxov469.codesandbox.io/

<functional-calendar  :is-date-range='true'  :min-sel-days='3'
        :max-sel-days='6'></functional-calendar>