vue-functional-calendar icon indicating copy to clipboard operation
vue-functional-calendar copied to clipboard

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

Open TitanFighter opened this issue 2 years ago • 1 comments

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

TitanFighter avatar Jan 26 '22 00:01 TitanFighter

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

ManukMinasyan avatar Jan 26 '22 20:01 ManukMinasyan

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.

ManukMinasyan avatar Nov 02 '22 12:11 ManukMinasyan