We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c6bec commit 1387420Copy full SHA for 1387420
Client-Side Components/Client Scripts/Allow positive and decimal values/readme.md
@@ -0,0 +1,7 @@
1
+Purpose of this script:
2
+
3
+It matches positive numbers (integers or decimals)
4
+It does not match 0 or 0.0 (i.e., it excludes non-positive numbers).
5
6
+So this regex is used when you want to allow only positive (> 0) integer or decimal values.
7
+It will give us the field message error if anyone tries to enter anything apart from the allowed values
0 commit comments