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 20dbfec commit 1a00ba2Copy full SHA for 1a00ba2
Form-Controls/index.html
@@ -20,7 +20,7 @@ <h1>Product Pick</h1>
20
<div>
21
<label for="name">Name:
22
<input type="text" id="name" name="name" minlength="3" maxlength="15" autocomplete="name"
23
- placeholder="enter your name" pattern="^\S+$" required>
+ placeholder="enter your name" pattern=".*\S.*" required>
24
</label>
25
</div>
26
<br>
0 commit comments