docs: change to explicit label type in getting-started form (#31213)
PR Close #31213
This commit is contained in:
parent
a5f9a86520
commit
9ef9bfe76b
@ -16,13 +16,17 @@
|
|||||||
<!-- #enddocregion checkout-form-1 -->
|
<!-- #enddocregion checkout-form-1 -->
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label>Name</label>
|
<label for="name">
|
||||||
<input type="text" formControlName="name">
|
Name
|
||||||
|
</label>
|
||||||
|
<input id="name" type="text" formControlName="name">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label>Address</label>
|
<label for="address">
|
||||||
<input type="text" formControlName="address">
|
Address
|
||||||
|
</label>
|
||||||
|
<input id="address" type="text" formControlName="address">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="button" type="submit">Purchase</button>
|
<button class="button" type="submit">Purchase</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user