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
If an section only has one subsection there should be no subsection selection in the anchor bar.
From the guidelines:
"If a section contains only one subsection, the title of the subsection is used as the name of the section. In this case, there is no subsection submenu in the anchor bar." (https://experience.sap.com/fiori-design-web/object-page/#sections)
https://stackblitz.com/edit/github-pjrpra?file=src%2FApp.tsx
There should be a way to hide the subsection title for the anchor bar or it should be done automatically.
2.3.1
2.3.0
Chrome
MacOS
No response
The text was updated successfully, but these errors were encountered:
A current "workaround" would be to wrap the ObjectPageSubSection in a div:
ObjectPageSubSection
div
<ObjectPageSection hideTitleText titleText="Comments" id="comments"> <div> <ObjectPageSubSection titleText="Comments" id="comments" hideTitleText > <StandardFeed collection={Collections.ProjectsTasksFeed} parentId={task.id} /> </ObjectPageSubSection> </div> </ObjectPageSection>
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If an section only has one subsection there should be no subsection selection in the anchor bar.
From the guidelines:
"If a section contains only one subsection, the title of the subsection is used as the name of the section. In this case, there is no subsection submenu in the anchor bar." (https://experience.sap.com/fiori-design-web/object-page/#sections)
Isolated Example
https://stackblitz.com/edit/github-pjrpra?file=src%2FApp.tsx
Reproduction steps
Expected Behaviour
There should be a way to hide the subsection title for the anchor bar or it should be done automatically.
Screenshots or Videos
UI5 Web Components for React Version
2.3.1
UI5 Web Components Version
2.3.0
Browser
Chrome
Operating System
MacOS
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: