This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
bootstrapvalidator
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix stringLength issue that always required
nghuuphuoc
11 years ago
parent
644cc8cbc0
commit
e7b3f3de7a
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
src/js/validator/stringLength.js
+ 1
- 1
src/js/validator/stringLength.js
View File
@@ -10,7 +10,7 @@
};
};
}
}
- return
true
;
+ return
maxLength
;
},
},
/**
/**