-
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
bug(Autocomplete): Incorrect overlay in Dialog #30254
Labels
needs: clarification
The issue does not contain enough information for the team to determine if it is a real bug
Comments
Can you post a reproduction? |
crisbeto
added
needs: clarification
The issue does not contain enough information for the team to determine if it is a real bug
and removed
needs triage
This issue needs to be triaged by the team
labels
Jan 6, 2025
I have updated to 19.1. It looks like this issue was fixed. |
Maybe you will provide example in Examples how to do this correctly? I don't see Autocomplete in the dialog here:
|
Ah so is the issue that the overlay isn't being clipped by the dialog's overflow? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs: clarification
The issue does not contain enough information for the team to determine if it is a real bug
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Reproduction
StackBlitz link:
Steps to reproduce:
Expected Behavior
Autocomplete options should be inside the dialog
Actual Behavior
Autocomplete options above the dialog
Environment
To be precise:
"@angular/cdk": "^18.2.14",
"@angular/common": "^18.2.13",
"@angular/material": "^18.2.14",
The text was updated successfully, but these errors were encountered: