quasar-ui-qcalendar
quasar-ui-qcalendar copied to clipboard
:weekdays=[1,2,3,4,5] and moveToToday()
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