We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7be931 commit bb77c0eCopy full SHA for bb77c0e
js/scripts.js.php
@@ -1088,7 +1088,7 @@ function plugin_formcreator_changeQuestionType(rand) {
1088
$('#plugin_formcreator_required > [name="required"]').toggle(response.may_be_required);
1089
1090
$('#label_show_empty').toggle(response.may_be_empty);
1091
- $('#plugin_formcreator_show_empty > *').toggle(response.may_be_empty);
+ $('#plugin_formcreator_show_empty > [name="show_empty"]').toggle(response.may_be_empty);
1092
1093
$('#plugin_formcreator_subtype_label').html(response.label);
1094
$('#plugin_formcreator_subtype_value').html(response.field);
0 commit comments