Skip to content

Commit 70afc13

Browse files
committed
Add label to the empty option in select
1 parent 453a7da commit 70afc13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1>Product Pick</h1>
7373
</div>
7474
<label for="size">Choose a size:</label>
7575
<select name="size" id="size" required>
76-
<option></option>
76+
<option label="choose"></option>
7777
<option value="xs">XS</option>
7878
<option value="s">S</option>
7979
<option value="m">M</option>

0 commit comments

Comments
 (0)