We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ce39a commit b0b9d70Copy full SHA for b0b9d70
1 file changed
Form-Controls/index.html
@@ -22,7 +22,7 @@ <h1>Product Pick</h1>
22
<span>Customer Name: </span>
23
<strong><span aria-label="required">*</span></strong>
24
</label>
25
- <input type="text" id="name" name="customer-name" required pattern="[A-Za-z\s\.]+" minlength="2" maxlength="40"/>
+ <input type="text" id="name" name="customer-name" required pattern="[A-Za-z\s\.]+" minlength="2"/>
26
</fieldset>
27
<fieldset>
28
<label for="email">
@@ -49,6 +49,7 @@ <h1>Product Pick</h1>
49
50
51
<select id="size" name="size">
52
+ <option value="" disabled selected>Select a size</option>
53
<option value="xs">XS</option>
54
<option value="s">S</option>
55
<option value="m">M</option>
0 commit comments