From 1cfd85339c09fb5db742d3efe84b664f400ab184 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Thu, 12 Oct 2017 08:56:20 -0400 Subject: Bug 1405754 - Autocomplete failing at random for some nicks (including, and especially bz) Avoid caching search results. --- js/field.js | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3-24-g4f1b