diff --git a/app/views/customers/_form.html.erb b/app/views/customers/_form.html.erb
index e9f2cf1..abda586 100644
--- a/app/views/customers/_form.html.erb
+++ b/app/views/customers/_form.html.erb
@@ -7,7 +7,7 @@
<%=t(:label_display_name)%>
- <%= f.text_field :name, required: true, autocomplete: "off" %>
+ <%= f.text_field :name, required: true, class: "customer-name", autocomplete: "off", data: { autocomplete_url: "/customers/autocomplete" } %>