docs: modernize multiselect guide and standalone examples#68805
Open
tjshiu wants to merge 3 commits into
Open
Conversation
|
Deployed adev-preview for 59a2427 to: https://ng-dev-previews-fw--pr-angular-angular-68805-adev-prev-qckpp44u.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
ok7sai
reviewed
May 19, 2026
ok7sai
reviewed
May 19, 2026
Update the multiselect guide and all 27 interactive examples to utilize the modern standalone, Signal-based Angular ARIA APIs. * Modernize all examples (Standard, Material, Retro) to use standalone directives, animations, and focus suppression. * Update the multiselect guide API tables and templates: - Document ngComboboxPopup, cdkConnectedOverlay, and disabled input. - Document ngListbox selectionMode, focusMode, tabIndex, and value signal. - Document activeDescendant active focus tracking with ngComboboxWidget.
Remove the delayed overlayOpen signals and synchronization effects across all 9 multiselect example variations. Bind cdkConnectedOverlayOpen directly to popupExpanded() and remove conditional closing classes to simplify code.
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.
Update the multiselect guide and all 27 interactive examples to utilize the modern standalone, Signal-based Angular ARIA APIs.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The multiselect guide and its associated interactive examples in ADEV still reference the legacy wrapped, non-Signal-based combobox and listbox directives.
Issue Number: N/A
What is the new behavior?
Modernizes the multiselect guide and all 27 interactive examples to utilize modern standalone, Signal-based
@angular/ariaAPIs:ngComboboxPopupstructural overlay templates and standardcdkConnectedOverlayconfiguration.ngComboboxWidgetdirective and[activeDescendant]input mapping to bridge listbox focus state.ngListbox(addingselectionMode,focusMode,tabIndex) and documents the renamedvaluesignal model binding.180ms) to prevent animation clipping on close.outline: none) in all variations (Standard, Material, Retro, Icons, Limited) to preserve custom highlight styling."Users need to select..."), Title Case bullet items, and layout spacing to keep the documentation diff clean and avoid cosmetic prose noise.Does this PR introduce a breaking change?
Other information
All modernized examples have been fully verified to ensure structural and visual parity with the original designs.