charliekassel / vuejs-datepicker

A simple Vue.js datepicker component. Supports disabling of dates, inline mode, translations
MIT License
2.61k stars 730 forks source link

Calendar select button is disabled on "max-date" #888

Closed rrubio closed 10 months ago

rrubio commented 10 months ago

Hi Guys,

I'm using NuxtJS3 and making use of the min-date and max-date. The days show as expected and i am able to click on them, however, on the max-date, the select button is disabled. Any ideas why this could be happening? See screenshot below.

<VueDatePicker v-model="date" :disabled-week-days="[6, 0]" :min-date="minDate" :max-date="maxDate"></VueDatePicker>
vue-datepicker-max-date-disabled
rrubio commented 10 months ago

wrong repo