Skip to content

Commit e726ddb

Browse files
committed
removed a . that was in pattern=".*\S.*\S.*" , it was pattern=".*\S.*\S.*".
1 parent c6f3d57 commit e726ddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Product Pick</h1>
1515
<form>
1616
<div>
1717
<label for="name">Name:</label>
18-
<input type="text" id="name" placeholder="Hugh Mills" pattern=".*\S.*\S.*." required>
18+
<input type="text" id="name" placeholder="Hugh Mills" pattern=".*\S.*\S.*" required>
1919
</div>
2020
<div>
2121
<label for="email">Email:</label>

0 commit comments

Comments
 (0)