Package
v4.x
Description
Is it possible to hide outside days in the calendar?
With a range picker, it’s confusing to see the same date on both calendars.
<UCalendar
v-model="calendarRange"
class="p-2"
:number-of-months="2"
range
:disable-days-outside-current-view="true"
/>
Package
v4.x
Description
Is it possible to hide outside days in the calendar?
With a range picker, it’s confusing to see the same date on both calendars.