Skip to content

Commit

Permalink
https://github.com/platanus/activeadmin_addons/issues/502
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Entwistle committed Aug 19, 2024
1 parent bea9423 commit 496df4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/inputs/selected_list_input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def load_control_attributes

def render_control_wrapper
template.content_tag(:div, class: "selected-list-container") do
template.content_tag(label_html)
template.content_tag(:label) #patch to ensure no html is passed
template.concat(render_items_list)
template.concat(builder.select(build_virtual_attr, [], {}, input_html_options))
end
Expand Down

0 comments on commit 496df4b

Please sign in to comment.