294 B
294 B
Input Validation
Default Phone Region
Accepted formats are:
- 2x Capital Letters (eg.
US
)
Regex used to match this: ^[A-Z]{2}$
You can try live here
If you find a field that you think it needs validation, please open an issue on github