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