FIX: jquery validate attempting to validate ul as input

This commit is contained in:
Igor Nadj 2017-02-01 12:17:29 +13:00
parent 2c0c03435d
commit 262cbf74c1
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) {