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 ae3c778 commit df7ac27Copy full SHA for df7ac27
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