There was an error while loading. Please reload this page.
1 parent bb8c532 commit f873d15Copy full SHA for f873d15
1 file changed
Form-Controls/index.html
@@ -114,8 +114,8 @@ <h1>Product Pick</h1>
114
<legend>Shirt Size Options</legend>
115
116
<p>
117
- <select name="size" id="size">
118
- <option value="select-option">Please Select an Option</option>
+ <select name="size" id="size" aria-label="Shirt Size Options">
+ <option value="so">Please Select an Option</option>
119
<option value="xs">Extra Small</option>
120
<option value="s">Small</option>
121
<option value="m">Medium</option>
0 commit comments