There was an error while loading. Please reload this page.
1 parent 9420646 commit fc8488dCopy full SHA for fc8488d
1 file changed
Form-Controls/index.html
@@ -18,7 +18,7 @@ <h1>Product Pick</h1>
18
<form>
19
<div>
20
<label for="full-name">Name</label>
21
- <input type="text" id="full-name" name="full-name" required minlength="2" pattern=".*\S,*\S.*"
+ <input type="text" id="full-name" name="full-name" required minlength="2" pattern=".*\S.*\S.*"
22
title="Please enter at least two nonspace characters">
23
</div>
24
0 commit comments