Fluent Calendar Disabled Field #3250
Answered
by
rpodevns
satyajit-behera
asked this question in
Q&A
-
Is it possible to customize the disabled date in a calendar control. the default comes with a backward slash. But can we make it just look plain disabled, or give a different color as per need. |
Beta Was this translation helpful? Give feedback.
Answered by
rpodevns
Feb 1, 2025
Replies: 1 comment 7 replies
-
You can customize the days using You can also add a CSS style (with .fluent-calendar .day[disabled] {
...
}
.fluent-calendar .day[disabled]::before {
...
} |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If targeting the
content
attribute like this is not working then check the order of your css imports.