We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fe1f2 commit 9f4557aCopy full SHA for 9f4557a
src/material/form-field/_form-field-focus-overlay.scss
@@ -13,6 +13,8 @@
13
.mat-mdc-form-field-focus-overlay {
14
@include layout-common.fill;
15
opacity: 0;
16
+ // Make sure we don't block click on the prefix/suffix.
17
+ pointer-events: none;
18
}
19
20
0 commit comments