From 4e23a6a10199eeb289c9b4dbe476683ea455f4d7 Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Mon, 17 Jul 2017 11:35:24 -0500 Subject: [PATCH] LP#1673857: Disable browser autocomplete for tag entry Adds an autocomplete="off" to the input field to stop browsers from trying to fill in values. When the browser fills in values for tags it can prevent the typeahead feature from being used easily. Signed-off-by: Josh Stompro Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/cat/bucket/copy/t_apply_tags.tt2 | 2 +- Open-ILS/src/templates/staff/cat/volcopy/t_copy_tags.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/bucket/copy/t_apply_tags.tt2 b/Open-ILS/src/templates/staff/cat/bucket/copy/t_apply_tags.tt2 index 00d6db7810..bc009b630b 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/copy/t_apply_tags.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/copy/t_apply_tags.tt2 @@ -22,7 +22,7 @@ + class="form-control" autocomplete="off"> diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_copy_tags.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_copy_tags.tt2 index 01932ad888..c2878f89c9 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_copy_tags.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_copy_tags.tt2 @@ -22,7 +22,7 @@ + class="form-control" autocomplete="off"> -- 2.43.2