Skip to content

fix(aria/combobox): popup not closing when focus leaves it - #33697

Open
lazerg wants to merge 1 commit into
angular:mainfrom
lazerg:fix/issue-33696-combobox-popup-focusout
Open

fix(aria/combobox): popup not closing when focus leaves it#33697
lazerg wants to merge 1 commit into
angular:mainfrom
lazerg:fix/issue-33696-combobox-popup-focusout

Conversation

@lazerg

@lazerg lazerg commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Fixes that the popup was only closed from the trigger's focusout handler. When the popup renders outside the trigger and takes focus, the trigger never blurs again, so clicking away left the popup open. ComboboxPopupPattern.onFocusout now runs the same check once focus has left the popup as well.

Fixes #33696.

@lazerg
lazerg force-pushed the fix/issue-33696-combobox-popup-focusout branch from 15c903a to 60ae18f Compare August 18, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(ngCombobox): outside-click closing is inconsistent/unreliable after a selection

1 participant