ManukMinasyan / vue-functional-calendar

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

conflict when using dateFormat and disabledDates #113

Closed lucapu88 closed 1 year ago

lucapu88 commented 3 years ago

I necessarily need that the calendar is not retroactive, and therefore it must not be possible to select dates before the current day. So far everything ok, writing this:
calendarConfigs: { disabledDates: ["beforeToday"], },
But if I insert the property in calendarConfigs dateFormat: "dd / mm" the disabledDates property doesn't work! how can i make both properties work together?

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.