ManukMinasyan / vue-functional-calendar

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

disabledDates: ["beforeToday"] does not work with datePicker: true #115

Closed lucapu88 closed 1 year ago

lucapu88 commented 3 years ago

I gave these settings but if i select the date disabled, but it makes them select anyway!

 `calendarConfigs: {
         disabledDates: ["beforeToday"], //disabilita le date precedenti alla data odierna
         datePicker: true, //abilita la selezione singola
         isMarked: false,
    },`
ManukMinasyan commented 1 year ago

Hello. Thanks for your feedback. Now I don't have time to deal with the calendar. Please create pull requests, I will appreciate it, it will be useful for the community.