Skip to content

fix(material/select): wrong transform origin when opening upwards inside another overlay#33032

Merged
crisbeto merged 1 commit intoangular:mainfrom
crisbeto:33028/select-border-radius
Apr 6, 2026
Merged

fix(material/select): wrong transform origin when opening upwards inside another overlay#33032
crisbeto merged 1 commit intoangular:mainfrom
crisbeto:33028/select-border-radius

Conversation

@crisbeto
Copy link
Copy Markdown
Member

@crisbeto crisbeto commented Apr 4, 2026

mat-select had an overly-broad :not selector for the base case where the dropdown opens downwards that was being overwritten when opening upwards if the select is placed inside another overlay.

Fixes #33028.

…ide another overlay

`mat-select` had an overly-broad `:not` selector for the base case where the dropdown opens downwards that was being overwritten when opening upwards if the select is placed inside another overlay.

Fixes angular#33028.
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Apr 4, 2026
@pullapprove pullapprove bot requested review from ok7sai and tjshiu April 4, 2026 07:03
@crisbeto crisbeto removed the request for review from tjshiu April 6, 2026 17:41
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Apr 6, 2026
@crisbeto crisbeto merged commit ab21f78 into angular:main Apr 6, 2026
28 of 32 checks passed
@crisbeto
Copy link
Copy Markdown
Member Author

crisbeto commented Apr 6, 2026

This PR was merged into the repository. The changes were merged into the following branches:

crisbeto added a commit that referenced this pull request Apr 6, 2026
…ide another overlay (#33032)

`mat-select` had an overly-broad `:not` selector for the base case where the dropdown opens downwards that was being overwritten when opening upwards if the select is placed inside another overlay.

Fixes #33028.

(cherry picked from commit ab21f78)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: material/select target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(mat-select-panel): select panel always animates in from top when nested inside a mat-dialog

2 participants