Skip to content

Commit

Permalink
Merge pull request nelsonomuto#76 from EvaLok/patch-1
Browse files Browse the repository at this point in the history
removed duplicate key in `outOfBoxValidations`
  • Loading branch information
nelsonomuto committed Apr 8, 2016
2 parents efa1961 + 1f59a01 commit 4d85773
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@
return (/^[a-z]*$/i).test(val);
}
},
{
customValidationAttribute: 'validationOnlyAlphabets',
errorMessage: 'Valid characters are: A-Z, a-z',
validateWhileEntering: true,
validator: function (errorMessageElement, val) {
return (/^[a-z]*$/i).test(val);
}
},
{
customValidationAttribute: 'validationOneUpperCaseLetter',
errorMessage: 'Must contain at least one uppercase letter',
Expand Down

0 comments on commit 4d85773

Please sign in to comment.