Skip to content

Commit

Permalink
Merge pull request #3139 from projectblacklight/backport-region
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo authored Feb 1, 2024
2 parents fd33fa6 + f520c49 commit bdf125a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/blacklight/facet_field_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
data-target="#<%= @facet_field.html_id %>"
data-bs-target="#<%= @facet_field.html_id %>"
aria-expanded="<%= @facet_field.collapsed? ? 'false' : 'true' %>"
arial-controls="<%= @facet_field.html_id %>"
>
<%= label %>
</button>
</h3>
<div id="<%= @facet_field.html_id %>" aria-labelledby="<%= @facet_field.html_id %>-header" class="panel-collapse facet-content collapse <%= "show" unless @facet_field.collapsed? %>">
<div id="<%= @facet_field.html_id %>" role="region" aria-labelledby="<%= @facet_field.html_id %>-header" class="panel-collapse facet-content collapse <%= "show" unless @facet_field.collapsed? %>">
<div class="card-body">
<%= body %>

Expand Down

0 comments on commit bdf125a

Please sign in to comment.