nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 841 forks source link

How to disable re-select in calendar w/o is-required prop? #1426

Closed BogdanDirtyDwarf closed 1 month ago

BogdanDirtyDwarf commented 6 months ago

So, I've got some problem. I need to disable re-select in calendar, but without is-required prop.

In other words, I want to make sure that when you click on a date inside the calendar again, the date will not be reset. But without using is-required prop.