Calendar doesn't respect disableDaysOutsideMonth={false} #1411
Replies: 3 comments 2 replies
-
Can you elaborate what you mean by "show as disabled"? Do the days have |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, I just noticed that I accidentally posted this issue in the wrong repo. I'm using actually I looked into adjusting the styles but I couldn't find any css classes in the calendar source files: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/registry/default/ui/calendar |
Beta Was this translation helpful? Give feedback.
-
I just ran into this as well. The docs say that <td class="p-0! relative size-10 text-center text-sm" id="bits-728" role="gridcell" aria-selected="false" aria-disabled="true" data-outside-month="" data-outside-visible-months="" data-value="2025-06-05" data-type="date" data-disabled="" data-bits-calendar-cell="">
<!----><!---->
<div class="rounded-9px text-foreground hover:border-foreground data-selected:bg-foreground data-disabled:text-foreground/30 data-selected:text-background data-unavailable:text-muted-foreground data-disabled:pointer-events-none data-outside-month:pointer-events-none data-selected:font-medium data-unavailable:line-through group relative inline-flex size-10 items-center justify-center whitespace-nowrap border border-transparent bg-transparent p-0 text-sm font-normal" id="bits-729" role="button" aria-label="Thursday, June 5, 2025" aria-disabled="true" data-outside-month="" data-outside-visible-months="" data-value="2025-06-05" data-type="date" data-disabled="" data-bits-calendar-day="" data-bits-day="">
<!---->
<div class="bg-foreground group-data-selected:bg-background group-data-today:block absolute top-[5px] hidden size-1 rounded-full"></div>
5<!---->
</div>
<!---->
</td> and locally even with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I'm using
disableDaysOutsideMonth={false}
in the calendar component and the days outside the current month still show as disabled.Reproduction
reproduction repo is using svelte 4, this issue is for svelte 5
Logs
System Info
Severity
annoyance
Beta Was this translation helpful? Give feedback.
All reactions