nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 840 forks source link

date picker doesn't block off month/year selection when setting a min and/or max date #1339

Closed jonathan-rvezy closed 9 months ago

jonathan-rvezy commented 1 year ago

It works fine for the calendar, but not the date picker.

      <v-date-picker v-model.range.string="model" :min-date="minDate" :max-date="maxDate" />
      <v-calendar :min-date="minDate" :max-date="maxDate" />
image
houfeng0923 commented 1 year ago

yes. it lose props: min-date, max-date to calendar from picker. Now, An alternative temp solution is:pass min-page, max-page explicitly

hobuttt commented 9 months ago

Same problem in 3.0.3 (

nathanreyes commented 9 months ago

This should be fixed in 3.1.0