We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When adding a SpecialCalendarDate to the Calendar component the following public types don't change the visuals of a date:
SpecialCalendarDate
Calendar
None = "None", Working = "Working", NonWorking = "NonWorking",
SpecialCalendarDate, Calendar
In my understanding, Working should make a non-working day such as Saturday look like a normal day and NonWorking the opposite.
Working
NonWorking
https://stackblitz.com/edit/github-7d2xya?file=main.js,index.html
CalendarLegendItemType
None
1.24.4
Chrome
No response
The text was updated successfully, but these errors were encountered:
Hello @SAP/ui5-webcomponents-topic-b @hinzzx could you follow up : ))
Sorry, something went wrong.
hinzzx
Successfully merging a pull request may close this issue.
Bug Description
When adding a
SpecialCalendarDate
to theCalendar
component the following public types don't change the visuals of a date:Affected Component
SpecialCalendarDate, Calendar
Expected Behaviour
In my understanding,
Working
should make a non-working day such as Saturday look like a normal day andNonWorking
the opposite.Isolated Example
https://stackblitz.com/edit/github-7d2xya?file=main.js,index.html
Steps to Reproduce
CalendarLegendItemType
, but it only shows a visual difference for Type01 - Type20Log Output, Stack Trace or Screenshots
Priority
None
UI5 Web Components Version
1.24.4
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: