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 70e3df2 commit 51b7969Copy full SHA for 51b7969
src/components-examples/material/input/input-prefix-suffix/input-prefix-suffix-example.html
@@ -1,7 +1,7 @@
1
<form class="example-form">
2
<mat-form-field class="example-full-width">
3
<mat-label>Telephone</mat-label>
4
- <span matPrefix>+1 </span>
+ <span matTextPrefix>+1 </span>
5
<input type="tel" matInput placeholder="555-555-1234">
6
<mat-icon matSuffix>mode_edit</mat-icon>
7
</mat-form-field>
0 commit comments