diff options
-rw-r--r-- | js/field.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/field.js b/js/field.js index 5f01904cd..a2e26fa17 100644 --- a/js/field.js +++ b/js/field.js @@ -790,5 +790,8 @@ YAHOO.bugzilla.keywordAutocomplete = { this.expandContainer(); } }); + fieldAutoComp.dataRequestEvent.subscribe( function(type, args) { + args[0].autoHighlight = args[1] != ''; + }); } }; |