Fluent Calendar Disabled Field #3250
Unanswered
satyajit-behera
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions