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
If you focus the autocomplete field and you don't have any results, for example when you only want to show results after x amount of characters, a hidden overlay stays underneath the input field, and because of this hidden overlay, you are unable to click on links in mat-hints or in mat-errors
Reproduction
StackBlitz link: https://stackblitz.com/edit/syalrr?file=src%2Fexample%2Fautocomplete-auto-active-first-option-example.html
Steps to reproduce:
- Focus the field
- Try to click the link underneath
Expected Behavior
It would be nice to be able to select whatever is underneath the mat-autocomplete field
Actual Behavior
Unable to select anything underneath mat-autocomplete
Environment
- Angular:
- CDK/Material: 17.2.0
- Browser(s): Chrome latest
- Operating System (e.g. Windows, macOS, Ubuntu): Windows