validateAll...
This commit is contained in:
parent
d0fab2f3fd
commit
5dcff09127
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue