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 bdb863a commit 8deecd7Copy full SHA for 8deecd7
1 file changed
Form-Controls/index.html
@@ -15,7 +15,7 @@ <h1>Product Pick</h1>
15
<form>
16
<div>
17
<label for="name">Name:</label>
18
- <input type="text" name="name" id="name" placeholder="John Smith" required pattern=".*\s." minlength="2">
+ <input type="text" name="name" id="name" placeholder="John Smith" required pattern=".*\S.*\S.*">
19
</div>
20
21
<label for="email">Email:</label>
@@ -37,7 +37,7 @@ <h1>Product Pick</h1>
37
<input type=radio name="colour" id="white" value="white">
38
39
40
- Size - Please select one
+ Size - Please select one
41
42
43
<label for="xs">XS</label>
0 commit comments