Skip to content

Commit 1543377

Browse files
added select option to option field
1 parent 0300b47 commit 1543377

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎Form-Controls/index.html‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ <h1>Product Pick</h1>
105105
<legend>Shirt Size Options</legend>
106106

107107
<p>
108-
<select name="size" id="size" required>
108+
<select name="size" id="size">
109+
<option value="select-option">Please Select an Option</option>
109110
<option value="xs">Extra Small</option>
110111
<option value="s">Small</option>
111112
<option value="m">Medium</option>

0 commit comments

Comments
 (0)