Skip to content

Commit 17da575

Browse files
committed
docs(material/form-field): prefill text prefix/suffix example for better alignment
1 parent 0a4dbe1 commit 17da575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material/form-field/form-field-prefix-suffix/form-field-prefix-suffix-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<mat-form-field appearance="fill">
1111
<mat-label>Amount</mat-label>
12-
<input matInput type="number" class="example-right-align">
12+
<input matInput type="number" class="example-right-align" value="100">
1313
<span matPrefix>$&nbsp;</span>
1414
<span matSuffix>.00</span>
1515
</mat-form-field>

0 commit comments

Comments
 (0)