ManukMinasyan / vue-functional-calendar

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

disabledDayNames + sundayStart disables days one column to the right of expected #148

Closed TitanFighter closed 1 year ago

TitanFighter commented 2 years ago

Easy replicable with the codesandbox demo - just add sunday-start and you will see that instead of Su + We calendar disables Mo and Th.

        <h4>Disabled Day Names</h4>
        <h5>...</h5>
        <functional-calendar
          class="calendar"
          :is-date-picker="true"
          :disabledDayNames="['Su', 'We']"
          sunday-start
        ></functional-calendar>

image

ManukMinasyan commented 2 years ago

@TitanFighter Now I don't have time. Thanks for your feedback. If you have free time, you can contribute. Thanks

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.