Skip to content

Commit

Permalink
Remove Bootstrap 4 submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-steve committed Jun 21, 2024
1 parent 341bfd8 commit 2639337
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<%= form_tag search_action_path, method: :get, class: [@classes[:form], "range_#{@facet_field.key} d-flex justify-content-center"].join(' ') do %>
<%= render hidden_search_state %>

<div class="input-group input-group-sm mb-3 flex-nowrap range-limit-input-group">
<%= render_range_input(:begin, begin_label) %>
<%= render_range_input(:end, end_label) %>
<%= submit_tag t('blacklight.range_limit.submit_limit'), class: @classes[:submit] + " sr-only", name: nil %>
</div>
<% end %>

0 comments on commit 2639337

Please sign in to comment.