-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(material/menu): prevent mat-menu from affecting flex layout #21246
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@crisbeto this probably makes the clearing of aria attribute on this element unnecessary... I'm not sure why I didn't think of it sooner
…rrounding layout Similar to angular#21246. Prevents the inert host node for `mat-autocomplete` from affecting the layout around it.
…rrounding layout (angular#21649) Similar to angular#21246. Prevents the inert host node for `mat-autocomplete` from affecting the layout around it.
…rrounding layout (angular#21649) Similar to angular#21246. Prevents the inert host node for `mat-autocomplete` from affecting the layout around it.
(cherry picked from commit 510672e)
(cherry picked from commit 510672e)
…rrounding layout (angular#21649) Similar to angular#21246. Prevents the inert host node for `mat-autocomplete` from affecting the layout around it.
…rrounding layout (angular#21649) Similar to angular#21246. Prevents the inert host node for `mat-autocomplete` from affecting the layout around it.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes #21182