Merge remote-tracking branch 'origin/4.2' into 4.3

This commit is contained in:
Robbie Averill 2017-06-09 09:20:55 +12:00
commit 27b8ef3792
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jQuery(function ($) {
* Default options for step validation. These get extended in main().
*/
UserForm.prototype.validationOptions = {
ignore: ':hidden',
ignore: ':hidden,ul',
errorClass: 'error',
errorElement: 'span',
errorPlacement: function (error, element) {