Closed
Description
Is this a regression?
- 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
To be precise:
"@angular/cdk": "^18.2.14",
"@angular/common": "^18.2.13",
"@angular/material": "^18.2.14",