We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4766010 commit 57ab7deCopy full SHA for 57ab7de
js/scripts.js.php
@@ -1373,7 +1373,7 @@ function plugin_formcreator_changeQuestionType(rand) {
1373
$('#plugin_formcreator_required > [name="required"]').toggle(response.may_be_required);
1374
1375
$('#label_show_empty').toggle(response.may_be_empty);
1376
- $('#plugin_formcreator_show_empty > *').toggle(response.may_be_empty);
+ $('#plugin_formcreator_show_empty > [name="show_empty"]').toggle(response.may_be_empty);
1377
1378
$('#plugin_formcreator_subtype_label').html(response.label);
1379
$('#plugin_formcreator_subtype_value').html(response.field);
0 commit comments