There was an error while loading. Please reload this page.
1 parent 56c0cf5 commit 148a95aCopy full SHA for 148a95a
1 file changed
Form-Controls/index.html
@@ -17,7 +17,14 @@ <h1>Product Pick</h1>
17
<div>
18
19
<label for="name"> Name:</label>
20
- <input type="text" id="name" name="name" required pattern="\S{2,}" title="Please enter at least two non-space characters.">
+ <input
21
+ type="text"
22
+ id="name"
23
+ name="name"
24
+ required
25
+ pattern="\S{2,}"
26
+ title="Please enter at least two non-space characters."
27
+ />
28
</div>
29
30
0 commit comments