Skip to content

Commit d70b447

Browse files
committed
Ensuring the name input accepts the minimum of 2 characters
1 parent 5a74685 commit d70b447

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ <h1>T-Shirt Product Pick</h1>
2828
type="text"
2929
name="name"
3030
id="name"
31+
minlength="2"
3132
placeholder="Monsur Abdulrahman"
3233
required
34+
3335
/>
3436
</div>
3537
<div>

0 commit comments

Comments
 (0)