Skip to content

Commit 51b7969

Browse files
mohammedsahlcrisbeto
authored andcommitted
Update input-prefix-suffix-example.html (#28423)
(cherry picked from commit 6c713b5)
1 parent 70e3df2 commit 51b7969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material/input/input-prefix-suffix/input-prefix-suffix-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<form class="example-form">
22
<mat-form-field class="example-full-width">
33
<mat-label>Telephone</mat-label>
4-
<span matPrefix>+1 &nbsp;</span>
4+
<span matTextPrefix>+1 &nbsp;</span>
55
<input type="tel" matInput placeholder="555-555-1234">
66
<mat-icon matSuffix>mode_edit</mat-icon>
77
</mat-form-field>

0 commit comments

Comments
 (0)