Skip to content

Commit dbfaed7

Browse files
committed
Update index.html
added required field to the size selector
1 parent 7cf1c6d commit dbfaed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1>Product Pick</h1>
8080
</div>
8181
<div class="size">
8282
<label for="size">T-shirt Size</label>
83-
<select name="size" id="size">
83+
<select name="size" id="size" required>
8484
<option value="XS">XS</option>
8585
<option value="S">S</option>
8686
<option value="M">M</option>

0 commit comments

Comments
 (0)