Skip to content

Commit

Permalink
Make it so carets toggle dropdowns on advanced search
Browse files Browse the repository at this point in the history
Closes #4676

Co-authored-by: Ryan Laddusaw <[email protected]>
  • Loading branch information
maxkadel and rladdusaw committed Jan 14, 2025
1 parent 05b1e2b commit a2ae3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/multiselect_combobox_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<input id="<%= @dom_id %>" data-bs-toggle="dropdown" autocomplete="off"
class="col-sm-8 combobox-multiselect" role="combobox"
aria-expanded="false" aria-controls="<%= @listbox_id %>">
<span class="fa fa-caret-down" aria-hidden="true"></span>
<span class="fa fa-caret-down" aria-hidden="true" data-bs-toggle="dropdown"></span>
<ul class="dropdown-menu" role="listbox" aria-label="Options" id="<%= @listbox_id %>">
<% @values.each do |value| %>
<%= content_tag :li,
Expand Down

0 comments on commit a2ae3cd

Please sign in to comment.