ManukMinasyan / vue-functional-calendar

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

How to pick multiple date? isMultipleDatePicker prop not work #105

Closed rex232 closed 4 years ago

rex232 commented 4 years ago

I had set isMultipleDatePicker to true, markedDate will change when select the date but the date will not highlight on the calendar, anything i missing? thanks a lot.

script

  calendarData: {},
  calendarConfigs: {
      isModal: false,
      sundayStart: false,
      isDatePicker: true,
      isMultipleDatePicker: true
  },
  markedDate: [""],
ManukMinasyan commented 4 years ago

Pass calendar configs without isDatePicker, only use isMultipleDatePicker

xlcrr commented 2 years ago

A small improvement could be to enable multiDatePicker if isDatePicker is enabled