Browse Source

validateAll...

elclanrs 10 years ago
parent
commit
5dcff09127
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/public.js

+ 1 - 1
js/public.js

@@ -16,7 +16,7 @@ module.exports = {
     $inputs.each(function(){ self._buildField(this) });
     this.$inputs = this.$inputs.add($inputs);
 
-    this._validateAll();
+    this._validateAll(true);
     this.$fields.find(this.opts.error).hide();
 
     this._inject('addRules');