* chore(apps): move icons into the apps folder * rename to `icon.png` * replace solr image * remove `docs/` from gitignore * move app specific docs into app folder [skip ci] * fix some links * chore(apps): update image links temporary
309 B
309 B
Input Validation
LATITUDE and LONGITUDE
Accepted formats are:
- Float (eg.
24.2028)
Regex used to match this: ^[0-9]{1,}\.{1}[0-9]{1,}$
You can try live here
If you find a field that you think it needs validation, please open an issue on github