Skip to content

Commit 7716215

Browse files
authored
Merge pull request #300 from MITLibraries/use-264
USE-264: Removed placeholder in search box
2 parents 4f332a5 + da13a9f commit 7716215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/search/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<form id="search-form" action="<%= results_path %>" method="get" role="search">
22
<label for="basic-search-main">What can we help you find?</label>
33
<div class="form-wrapper">
4-
<input id="basic-search-main" type="search" class="field field-text basic-search-input" name="q" title="Keyword anywhere" placeholder="Search for anything" value="<%= params[:q] %>" required>
4+
<input id="basic-search-main" type="search" class="field field-text basic-search-input" name="q" title="Keyword anywhere" value="<%= params[:q] %>" required>
55
<input id="tab-to-target" type="hidden" name="tab" value="<%= @active_tab %>">
66
<button type="submit" class="btn button-primary">Search</button>
77
</div>

0 commit comments

Comments
 (0)