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
Using the following code in XML-View
<u:Calendar specialDates="{model>/calendarSpecialDates}"> <u:specialDates> <u:DateTypeRange startDate="{model>startDate}" type="{model>type}" > <u:customData> <c:CustomData key="asd" value="qwe" writeToDom="true" /> </u:customData> </u:DateTypeRange> </u:specialDates> </u:Calendar>
The DOM does not contain any data-asd="qwe".
Every div for a special date should contain data-asd="qwe". It's a valid aggregation: https://ui5.sap.com/1.134.0/#/api/sap.ui.unified.DateTypeRange%23aggregations
1.134
No response
The text was updated successfully, but these errors were encountered:
Hello @daletman
Thank you for sharing this finding. I've created an internal incident DINC0460830. The status of the issue will be updated here in GitHub.
Regards, Stoyan
Sorry, something went wrong.
No branches or pull requests
What is the issue and how can we reproduce it?
Using the following code in XML-View
Error:
The DOM does not contain any data-asd="qwe".
Expected behavior:
Every div for a special date should contain data-asd="qwe".
It's a valid aggregation: https://ui5.sap.com/1.134.0/#/api/sap.ui.unified.DateTypeRange%23aggregations
Which OpenUI5 version is your project targeting?
1.134
Is the issue device- or browser-specific?
No response
Confirmation
The text was updated successfully, but these errors were encountered: