Skip to content

Commit 767a7c0

Browse files
committed
Updates from another PR
1 parent b8eab6c commit 767a7c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# yarn lockfile v1
33

44

5-
lastUpdateCheck 1761241670837
5+
lastUpdateCheck 1761521327441

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,8 +1732,8 @@ Generated HTML:
17321732
<input class="form-control" id="address_street" name="address[street]" type="text" value="Foo">
17331733
</div>
17341734
<div class="mb-3">
1735-
<label class="form-label" for="address_city">City</label>
1736-
<input class="form-control" id="address_city" name="address[city]" type="text">
1735+
<label class="form-label required" for="address_city">City</label>
1736+
<input class="form-control" id="address_city" name="address[city]" required="required" type="text">
17371737
</div>
17381738
<div class="mb-3">
17391739
<label class="form-label" for="address_state">State</label>
139 Bytes
Loading

0 commit comments

Comments
 (0)