Closed sp0ken closed 4 years ago
When using :is-date-picker="true" and :disabledDates="['beforeToday']" dates before today are disabled but still clickable and selectable.
:is-date-picker="true"
:disabledDates="['beforeToday']"
Check here to see it in action: https://codesandbox.io/s/vuejs-functional-calendar-component-6ript?fontsize=14&hidenavigation=1&theme=dark
@sp0ken Thank you for your feedback. This problem solved in version v2.8.61
@ManukMinasyan i have the same problem on the latest version (2.8.88)
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