mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge remote-tracking branch 'origin/4.2' into 4.3
This commit is contained in:
commit
27b8ef3792
@ -77,7 +77,7 @@ jQuery(function ($) {
|
|||||||
* Default options for step validation. These get extended in main().
|
* Default options for step validation. These get extended in main().
|
||||||
*/
|
*/
|
||||||
UserForm.prototype.validationOptions = {
|
UserForm.prototype.validationOptions = {
|
||||||
ignore: ':hidden',
|
ignore: ':hidden,ul',
|
||||||
errorClass: 'error',
|
errorClass: 'error',
|
||||||
errorElement: 'span',
|
errorElement: 'span',
|
||||||
errorPlacement: function (error, element) {
|
errorPlacement: function (error, element) {
|
||||||
|
Loading…
Reference in New Issue
Block a user