Browse Source

Fix stringLength issue that always required

nghuuphuoc 11 years ago
parent
commit
e7b3f3de7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/validator/stringLength.js

+ 1 - 1
src/js/validator/stringLength.js

@@ -10,7 +10,7 @@
                 };
                 };
             }
             }
 
 
-            return true;
+            return maxLength;
         },
         },
 
 
         /**
         /**