Skip to content

Commit

Permalink
Merge pull request #609 from robbieaverill/pulls/4.3/fix-display-rules
Browse files Browse the repository at this point in the history
FIX Remove "hide" class from form inputs, leave it on the field holder - fixes display rules issue
  • Loading branch information
fspringveldt authored Jun 6, 2017
2 parents e86306c + 51890f6 commit 7e63094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/model/UserDefinedForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ function (){
$('{$target}').{$rule['opposite']};
}
});
$("{$target}").find('.hide').removeClass('hide');
EOS;
}

Expand Down

0 comments on commit 7e63094

Please sign in to comment.