Skip to content

Commit 1a72a9c

Browse files
Update README.md
1 parent 2b4cf6c commit 1a72a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Then Integrate your form with Validator.
7777
| type="email" | AlphaNumeric | To check the email is valid or not. |
7878
| type="file" | string ['png,jpeg..'] | To check the file format is allowed or not. |
7979
| data-message="Error Message"| String | User defined, element based direct error message to handle. |
80-
| data-allow="onlyAlpha"| a-zA-Z Only | Allow only string, no digits and no special characters. |
81-
| data-allow="string"| a-zA-Z0-9 Only | Allow only string and digits, no special characters. |
80+
| data-allow="onlyAlpha"| Alphabets Only | Allow only string, no digits and no special characters. |
81+
| data-allow="string"| Alphabets + Numbers Only | Allow only string and digits, no special characters. |
8282
| data-allowSpecial="/_+"| Special characters | Allow only given special characters. |
8383
| [INDEX] | Numeric | Now supports Min&Max validation to show the limit. |
8484

0 commit comments

Comments
 (0)