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
421 stars 116 forks source link

Support Sets as selected dates #429

Open jclaveau opened 7 months ago

jclaveau commented 7 months ago

This PR allows to use Javascript's Sets as selected-dates to handle uniqueness automatically if wanted.

I placed it into useCommon as it seems to be the natural way it do it following your example

Please tell me if this features seems interesting to you and if you know a better way to implement it. Thank you very much for your work!