From 8170ce5cd94162f53f4fab527355fe195100026e Mon Sep 17 00:00:00 2001 From: "Leah (ctucx)" Date: Sat, 17 Oct 2020 14:18:39 +0200 Subject: disable browser-autocompletion on station-inputs --- templates/edit_journey.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/edit_journey.html.ep') diff --git a/templates/edit_journey.html.ep b/templates/edit_journey.html.ep index 7efb72c..69c5365 100644 --- a/templates/edit_journey.html.ep +++ b/templates/edit_journey.html.ep @@ -63,7 +63,7 @@ Start: - %= text_field 'from_name', id => 'from_name', class => 'autocomplete validate', required => undef + %= text_field 'from_name', id => 'from_name', class => 'autocomplete validate', autocomplete => 'off', required => undef @@ -81,7 +81,7 @@ Ziel: - %= text_field 'to_name', id => 'to_name', class => 'autocomplete validate', required => undef + %= text_field 'to_name', id => 'to_name', class => 'autocomplete validate', autocomplete => 'off', required => undef -- cgit v1.2.3