mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
FIX: jquery validate attempting to validate ul as input
This commit is contained in:
parent
2c0c03435d
commit
262cbf74c1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user