feat(ui5-select): add ui5-option-group component for grouped options - #13913
Open
plamenivanov91 wants to merge 3 commits into
Open
feat(ui5-select): add ui5-option-group component for grouped options#13913plamenivanov91 wants to merge 3 commits into
plamenivanov91 wants to merge 3 commits into
Conversation
Introduces ui5-option-group, a new public component that allows grouping options inside ui5-select, matching the ComboBox's ui5-combobox-item-group API pattern. Key changes: - New ui5-option-group component extending ListItemGroup, with individualSlots: true and ARIA group semantics (role="group", aria-label, aria-roledescription) - Select._flatOptions getter flattens grouped + ungrouped options for all navigation and selection logic - Per-group aria-setsize/aria-posinset injected via _forcedSetsize and _forcedPosinset on Option, rendered via ListItemBaseTemplate - Hidden live-region span on the Select trigger announces option count and group count on focus (aria-describedby) - IOptionGroup interface exported from Select.ts for consumers - Website docs sample added (OptionGroups) JIRA: BGSOFUIPIRIN-7094
|
🚀 Deployed on https://pr-13913--ui5-webcomponents-preview.netlify.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces ui5-option-group, a new public component that allows grouping options inside ui5-select, matching the ComboBox's ui5-combobox-item-group API pattern.
Key changes:
JIRA: BGSOFUIPIRIN-7094