There was an error while loading. Please reload this page.
1 parent 7cf1c6d commit dbfaed7Copy full SHA for dbfaed7
1 file changed
Form-Controls/index.html
@@ -80,7 +80,7 @@ <h1>Product Pick</h1>
80
</div>
81
<div class="size">
82
<label for="size">T-shirt Size</label>
83
- <select name="size" id="size">
+ <select name="size" id="size" required>
84
<option value="XS">XS</option>
85
<option value="S">S</option>
86
<option value="M">M</option>
0 commit comments