aboutsummaryrefslogtreecommitdiff
path: root/app/views/searches/_form.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/searches/_form.html.erb')
-rw-r--r--app/views/searches/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/searches/_form.html.erb b/app/views/searches/_form.html.erb
index c940fe2..15b5735 100644
--- a/app/views/searches/_form.html.erb
+++ b/app/views/searches/_form.html.erb
@@ -5,7 +5,7 @@
<div id="search_form">
<div id="search-form-name" class="hidden">
<%= form.label :name %>
- <%= form.text_field :name, required: true, autocomplete: 'off' %>
+ <%= form.text_field :name, required: true, autocomplete: 'off', autocapitalize: 'on' %>
</div>
<div>