Skip to content

fix(ui5-cb-item-group): expose 'title' CSS shadow part via exportparts - #13958

Open
kgogov wants to merge 1 commit into
mainfrom
fix/13936-cb-item-group-title-csspart
Open

fix(ui5-cb-item-group): expose 'title' CSS shadow part via exportparts#13958
kgogov wants to merge 1 commit into
mainfrom
fix/13936-cb-item-group-title-csspart

Conversation

@kgogov

@kgogov kgogov commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Add exportparts="title" to the ListItemGroupHeader element in ListBoxItemGroupTemplate so that ::part(title) can reach across two shadow boundaries on ui5-cb-item-group, ui5-mcb-item-group, ui5-suggestion-item-group, and ui5-search-item-group.

Also add missing @csspart header and @csspart title JSDoc to ComboBoxItemGroup, MultiComboBoxItemGroup, SuggestionItemGroup, SearchItemGroup, and UserSettingsAppearanceViewGroup so the parts are documented in the generated API reference for each component.

Fixes #13936

Add exportparts="title" to the ListItemGroupHeader element in
ListBoxItemGroupTemplate so that ::part(title) can reach across two
shadow boundaries on ui5-cb-item-group, ui5-mcb-item-group,
ui5-suggestion-item-group, and ui5-search-item-group.

Also add missing @csspart header and @csspart title JSDoc to
ComboBoxItemGroup, MultiComboBoxItemGroup, SuggestionItemGroup,
SearchItemGroup, and UserSettingsAppearanceViewGroup so the parts
are documented in the generated API reference for each component.

Fixes #13936
@kgogov
kgogov deployed to netlify-preview August 20, 2026 12:15 — with GitHub Actions Active
@sap-ui5-webcomponents-release

Copy link
Copy Markdown

@PetyaMarkovaBogdanova
PetyaMarkovaBogdanova requested review from a team and NakataCode August 21, 2026 07:45

@NakataCode NakataCode left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ComboBoxItemGroup]: CSS Shadow Part "title" not exposed properly

2 participants