mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
FIX Remove "hide" class from form inputs, leave it on the field holder - fixes display rules issue
This commit is contained in:
parent
e86306c7bf
commit
51890f6084
@ -772,6 +772,7 @@ JS
|
||||
$('{$target}').{$rule['opposite']};
|
||||
}
|
||||
});
|
||||
$("{$target}").find('.hide').removeClass('hide');
|
||||
EOS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user