From bc058cda62cc4a00bb0e5d501d448d1ec44cd774 Mon Sep 17 00:00:00 2001 From: Beastie PC Date: Thu, 25 Jan 2018 20:30:45 +0200 Subject: [PATCH] Fix issues #2 --- app/views/home/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 683b39a..56c1db3 100755 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -9,7 +9,7 @@ - <%= text_field_tag(:mp, params[:mp] , class: "form-control mr-sm-2" , placeholder: "напр., " + placeholder, list: "members-datalist" ) %> + <%= text_field_tag(:mp, params[:mp] , class: "form-control mr-sm-2" , placeholder: "напр., " + placeholder, list: "members-datalist", autocomplete: "off" ) %> <% @mps.each do |m| %>