Skip to content

Commit

Permalink
Update input-prefix-suffix-example.html (#28423)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedsahl authored Jan 16, 2024
1 parent 08269ae commit 6c713b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<form class="example-form">
<mat-form-field class="example-full-width">
<mat-label>Telephone</mat-label>
<span matPrefix>+1 &nbsp;</span>
<span matTextPrefix>+1 &nbsp;</span>
<input type="tel" matInput placeholder="555-555-1234">
<mat-icon matSuffix>mode_edit</mat-icon>
</mat-form-field>
Expand Down

0 comments on commit 6c713b5

Please sign in to comment.