From: Josh Stompro Date: Mon, 17 Jul 2017 16:35:24 +0000 (-0500) Subject: LP#1673857: Disable browser autocomplete for tag entry X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4e23a6a10199eeb289c9b4dbe476683ea455f4d7;p=working%2FEvergreen.git 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 --- 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">