ManukMinasyan / vue-functional-calendar

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

Disabled dates are clickable #52

Closed sp0ken closed 4 years ago

sp0ken commented 4 years ago

When using :is-date-picker="true" and :disabledDates="['beforeToday']" dates before today are disabled but still clickable and selectable.

Check here to see it in action: https://codesandbox.io/s/vuejs-functional-calendar-component-6ript?fontsize=14&hidenavigation=1&theme=dark

ManukMinasyan commented 4 years ago

@sp0ken Thank you for your feedback. This problem solved in version v2.8.61

lucapu88 commented 3 years ago

@ManukMinasyan i have the same problem on the latest version (2.8.88)