Input Validation
floats
Accepted formats are:
1.000010.0000100.00001000.0000- etc
Regex used to match this: ^\d{1,}\.[0-9]{6}$
You can try live here
If you find a field that you think it needs validation, please open an issue on github
floats
Accepted formats are:
1.000010.0000100.00001000.0000Regex used to match this: ^\d{1,}\.[0-9]{6}$
You can try live here
If you find a field that you think it needs validation, please open an issue on github