Skip to content

Commit 0ffeb57

Browse files
committed
remove data-toggle='buttons' from group with no input children (DLC-1154)
1 parent 1b84fc6 commit 0ffeb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/dcv/search_bar/default_component.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<%= render_hash_as_hidden_fields(search_action_params) %>
44
<%- rendering_pagination = pagination_will_render? -%>
55
<div class="input-group flex-lg-fill flex-nowrap align-content-end">
6-
<div class="btn-group input-group-prepend btn-group-toggle flex-shrink-0" data-toggle="buttons">
6+
<div class="btn-group input-group-prepend btn-group-toggle flex-shrink-0">
77
<button class="btn btn-splash" type="submit">
88
<span class="hidden-xs"><%= (current_page?(root_url)? t('blacklight.search.form.submit') : '') %></span>
99
<span class="fa fa-search"></span>

0 commit comments

Comments
 (0)