Explorar el Código

validateAll...

elclanrs hace 10 años
padre
commit
5dcff09127
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');