Skip to content

Commit 57ab7de

Browse files
committed
fix(multiselectfield): visible JS
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 4766010 commit 57ab7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/scripts.js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ function plugin_formcreator_changeQuestionType(rand) {
13731373
$('#plugin_formcreator_required > [name="required"]').toggle(response.may_be_required);
13741374

13751375
$('#label_show_empty').toggle(response.may_be_empty);
1376-
$('#plugin_formcreator_show_empty > *').toggle(response.may_be_empty);
1376+
$('#plugin_formcreator_show_empty > [name="show_empty"]').toggle(response.may_be_empty);
13771377

13781378
$('#plugin_formcreator_subtype_label').html(response.label);
13791379
$('#plugin_formcreator_subtype_value').html(response.field);

0 commit comments

Comments
 (0)