There was an error while loading. Please reload this page.
1 parent aa9ca4d commit 7040611Copy full SHA for 7040611
1 file changed
Form-Controls/index.html
@@ -39,7 +39,7 @@ <h1>Product Pick</h1>
39
id="firstname"
40
name="firstname"
41
required
42
- pattern="[A-Za-z]+(?:['\-][A-Za-z]+)*"
+ pattern="[\p{L}]+(?:['\-][\p{L}]+)*"
43
title="enter a valid name">
44
</div>
45
@@ -50,7 +50,7 @@ <h1>Product Pick</h1>
50
id="lastname"
51
name="lastname"
52
53
54
55
56
0 commit comments