-
Notifications
You must be signed in to change notification settings - Fork 104
ObjectPage" ObjectPageSection: current selectedSectionId is not taken into account while render #6765
New issue
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
Comments
🎉 This issue has been resolved in version v2.6.0 🎉 The release is available on v2.6.0 Your semantic-release bot 📦🚀 |
@Lukas742 is there any chance this gets down-ported to 1.29.x |
Hi @gparlakov we will try to add a fix for v1 as well. Unfortunately, we can't simply downport it, as the codebases of the v1 and v2 ObjectPage implementations differ too much, so we’ll need to provide a manual fix, which could take some time. |
🎉 This issue has been resolved in version v1.29.18 🎉 The release is available on v1.29.18 Your semantic-release bot 📦🚀 |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Controlled change of
selectedSectionId
is not taken into account.Despite the fact that the
selectedSectionId
is changed, the ObjectPage does show the selected section.Documentation states:
Isolated Example
https://stackblitz.com/edit/github-e1km2ma4-qmfewvz4?file=src%2FApp.tsx,package.json
Reproduction steps
Expected Behaviour
The ObjectPage should show the selected section and highlight the related tab when selectedSectionId is changed.
In other words, a controlled way of changing tab should work.
Screenshots or Videos
UI5 Web Components for React Version
2.5.1, 1.29.11
UI5 Web Components Version
2.5.1, 1.24.11
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
Organization
SAP
Declaration
The text was updated successfully, but these errors were encountered: