Skip to content

Commit 1bcb7c1

Browse files
email includes more characters
1 parent a82cab3 commit 1bcb7c1

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
@@ -25,7 +25,7 @@ <h1>Product Pick</h1>
2525
<div>
2626
<label for="customeremail">Customer email: </label>
2727
<input type="email" id="customeremail" name="customeremail" required
28-
pattern="^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$"
28+
pattern="^[\p{L}\p{N}._%+-]+@[\p{L}\p{N}.-]+\.[\p{L}]{2,}$"
2929
placeholder="Customer email" />
3030
</div>
3131

0 commit comments

Comments
 (0)