quasarframework / quasar-ui-qcalendar

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available
https://quasarframework.github.io/quasar-ui-qcalendar
MIT License
433 stars 119 forks source link

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

Open chrille69 opened 8 months ago

chrille69 commented 8 months ago

I use QCalendar with

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

With

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