Skip to content

Commit 0a8d6bf

Browse files
committed
fix the min length of the customer name
1 parent 4986b40 commit 0a8d6bf

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
@@ -18,7 +18,7 @@ <h1>Product Pick</h1>
1818
<!-- Customer Name Input -->
1919
<p>
2020
<label for="customerName">Name:</label>
21-
<input type="text" id="customerName" name="customerName" required minlength="3"
21+
<input type="text" id="customerName" name="customerName" required minlength="2"
2222
pattern=".*\S.*\S.*" placeholder="Enter your full name">
2323
</p>
2424

0 commit comments

Comments
 (0)