Commit 9efffba
Brian Lister
fix(html): Update form validation phone solution to work with v flag (#725)
The current version does not work, this is because of the change to
using the v flag for regex requiring - to be escaped.
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern1 parent a21e2e9 commit 9efffba
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments