-
Notifications
You must be signed in to change notification settings - Fork 280
Open
Labels
Description
Bug Description
If global configuration formatSettings.firstDayOfWeek is used, it doesn't take affect:
<script data-id="sap-ui-config" type="application/json">
{
"rtl": false,
"formatSettings": {
"firstDayOfWeek": 0
}
}
</script>
Note: In the sample it's configured to start by monday (check head element).
It's working correctly if you configure separately each calendar related component using calendarWeekNumbering.
Affected Component
No response
Expected Behaviour
Global configuration to work.
Isolated Example
Note: In the sample it's configured to start by monday (check head element).
Steps to Reproduce
...
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
nightly
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
- I’m not disclosing any internal or sensitive information.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress