diff --git a/app/components/multiple_checked_select_component/multiple_checked_select_component.html.haml b/app/components/multiple_checked_select_component/multiple_checked_select_component.html.haml index 780672edd3..0984f1c3cd 100644 --- a/app/components/multiple_checked_select_component/multiple_checked_select_component.html.haml +++ b/app/components/multiple_checked_select_component/multiple_checked_select_component.html.haml @@ -11,6 +11,6 @@ - classes = @selected.include?(option[1]) ? "selected" : "" %div.menu_item{ class: classes, "data-multiple-checked-select-target": "option", "data-value": option[1], "data-label": option[0] } %span.check - %span.name{id: option[1]} + %span.name = option[0] %div{style: "display: none;", "data-multiple-checked-select-target": "inputs"}