Commit 65aaaf3
committed
fix(material/autocomplete): prevent hidden overlay from blocking clicks (#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)1 parent fb20320 commit 65aaaf3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments