You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Create Autocomplete in dialog with scroll
Open Autocomplete options
Scroll down
Autocomplete options above the dialog, because overlay for Autocomplete creates in the same way of dialog. So overlay for Autocomplete is wrong. Options should be inside Dialog.
Reproduction
StackBlitz link:
Steps to reproduce:
Create Autocomplete in dialog with scroll
Open Autocomplete options
Scroll down
Autocomplete options above the dialog, because overlay for Autocomplete creates in the same way of dialog.
Expected Behavior
Autocomplete options should be inside the dialog
Actual Behavior
Autocomplete options above the dialog
Environment
Angular: 18.2.13
CDK/Material: 18.2.14
Browser(s): Chrome
Operating System (e.g. Windows, macOS, Ubuntu): Windows
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: