From: Kohei Yoshino Date: Thu, 12 Oct 2017 12:56:20 +0000 (-0400) Subject: Bug 1405754 - Autocomplete failing at random for some nicks (including, and especiall... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cfd85339c09fb5db742d3efe84b664f400ab184;p=thirdparty%2Fbugzilla.git Bug 1405754 - Autocomplete failing at random for some nicks (including, and especially bz) Avoid caching search results. --- diff --git a/js/field.js b/js/field.js index b514fa53c..85011342d 100644 --- a/js/field.js +++ b/js/field.js @@ -720,6 +720,7 @@ $(function() { paramName: 'match', deferRequestBy: 250, minChars: 2, + noCache: true, tabDisabled: true, autoSelectFirst: true, triggerSelectOnValidInput: false,