quasar-ui-qcalendar icon indicating copy to clipboard operation
quasar-ui-qcalendar copied to clipboard

:weekdays=[1,2,3,4,5] and moveToToday()

Open chrille69 opened this issue 1 year ago • 0 comments

I use QCalendar with

  • view="week"
  • :weekdays="[1,2,3,4,5]"

Executing moveToToday() on sundays shows me the weekdays following the sunday. But in my country i would expect the weekdays before the sunday.

With

  • weekdays="[1,2,3,4,5,6,0]

Excecuting moveToToday() works as expected. But i don't want the weekend to appear.

I think an attribute like first-day-of-week would be necessary.

QCalendar 4.0.0 quasar2.7.7 vue3

chrille69 avatar Jan 21 '24 11:01 chrille69