There was an error while loading. Please reload this page.
1 parent ece897d commit 6c25d04Copy full SHA for 6c25d04
1 file changed
Form-Controls/index.html
@@ -49,8 +49,16 @@ <h1>Product Pick</h1>
49
<legend>Choose a Size</legend>
50
51
<label>Size</label>
52
-<select id="size" name="size" required>Select a Size</select>
53
-
+<select id="size" name="size" required>
+<option value="" disabled selected>Select a Size</option>
54
+<option value="XS">XS</option>
55
+<option value="S">S</option>
56
+<option value="M">M</option>
57
+<option value="L">L</option>
58
+<option value="XL">XL</option>
59
+<option value="XXL">XXL</option>
60
+
61
+</select>
62
63
64
0 commit comments