There was an error while loading. Please reload this page.
1 parent 81d7765 commit 7f43f3eCopy full SHA for 7f43f3e
1 file changed
Form-Controls/index.html
@@ -46,7 +46,7 @@ <h1>Product Pick</h1>
46
<legend>Size</legend>
47
48
<label for="XS"> XS</label>
49
- <input type="radio" name="size" id="XS" value="XS">
+ <input type="radio" name="size" id="XS" value="XS" required>
50
<br>
51
52
<label for="S">S</label>
0 commit comments