Skip to content

Commit 7f43f3e

Browse files
committed
Add required attrinute to sizes
1 parent 81d7765 commit 7f43f3e

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
@@ -46,7 +46,7 @@ <h1>Product Pick</h1>
4646
<legend>Size</legend>
4747

4848
<label for="XS"> XS</label>
49-
<input type="radio" name="size" id="XS" value="XS">
49+
<input type="radio" name="size" id="XS" value="XS" required>
5050
<br>
5151

5252
<label for="S">S</label>

0 commit comments

Comments
 (0)