]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1673857: Disable browser autocomplete for tag entry
authorJosh Stompro <stomproj@larl.org>
Mon, 17 Jul 2017 16:35:24 +0000 (11:35 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 24 Jul 2017 15:29:20 +0000 (11:29 -0400)
commit4e23a6a10199eeb289c9b4dbe476683ea455f4d7
treeccd979de6e43ba3bc3b01df2273b4f7a767f8e48
parent3709094d3c2ec6ce38d022c6c6054737ba5e09a4
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 <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/cat/bucket/copy/t_apply_tags.tt2
Open-ILS/src/templates/staff/cat/volcopy/t_copy_tags.tt2