Skip to content

Commit d43fb75

Browse files
Merge pull request #42 from global-source/master
Updates.
2 parents 6cda8c0 + 1a72a9c commit d43fb75

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
### Installation
88

99
git clone https://github.com/global-source/javascript_form_validator.git
10-
11-
--or--
12-
13-
composer require global-source/javascript-form-validator
10+
git checkout -b V.2.0
1411

1512

1613
## Why this ?
@@ -80,8 +77,8 @@ Then Integrate your form with Validator.
8077
| type="email" | AlphaNumeric | To check the email is valid or not. |
8178
| type="file" | string ['png,jpeg..'] | To check the file format is allowed or not. |
8279
| data-message="Error Message"| String | User defined, element based direct error message to handle. |
83-
| data-allow="onlyAlpha"| a-zA-Z Only | Allow only string, no digits and no special characters. |
84-
| 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. |
8582
| data-allowSpecial="/_+"| Special characters | Allow only given special characters. |
8683
| [INDEX] | Numeric | Now supports Min&Max validation to show the limit. |
8784

0 commit comments

Comments
 (0)