Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/autocomplete): prevent hidden overlay from blocking clic…
…ks (#28677) The autocomplete hides its dropdown if there are no options, but it is still clickable. These changes add `pointer-events: none` to prevent it from blocking interactions. Fixes #28670. (cherry picked from commit 979e903)
- Loading branch information