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 7942948 commit fb1fabcCopy full SHA for fb1fabc
src/lib/input/input-container.scss
@@ -132,6 +132,7 @@ $mat-input-underline-disabled-background-image:
132
top: 0;
133
134
font-size: 100%;
135
+ pointer-events: none; // We shouldn't catch mouse events (let them through).
136
z-index: 1;
137
padding-top: 1em;
138
@@ -180,6 +181,7 @@ $mat-input-underline-disabled-background-image:
180
181
width: 100%;
182
183
overflow: hidden;
184
185
transform: translate3d(0, 0, 0); // Prevents the label from shifting after the animation is done.
186
187
// Keeps the element height since the placeholder text is `position: absolute`.
0 commit comments