Browse Source

#1630 - Form set values will now validate forms after value set

pull/1729/head
jlukic 9 years ago
parent
commit
c8a203b313
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/behaviors/form.js

1
src/definitions/behaviors/form.js

@ -504,6 +504,7 @@ $.fn.form = function(fields, parameters) {
}
}
});
module.validate.form();
}
}
},

Loading…
Cancel
Save