There was an error while loading. Please reload this page.
1 parent 0300b47 commit 1543377Copy full SHA for 1543377
1 file changed
Form-Controls/index.html
@@ -105,7 +105,8 @@ <h1>Product Pick</h1>
105
<legend>Shirt Size Options</legend>
106
107
<p>
108
- <select name="size" id="size" required>
+ <select name="size" id="size">
109
+ <option value="select-option">Please Select an Option</option>
110
<option value="xs">Extra Small</option>
111
<option value="s">Small</option>
112
<option value="m">Medium</option>
0 commit comments