We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf90b84 commit 80743d1Copy full SHA for 80743d1
src/js/auto-suggest.js
@@ -50,7 +50,7 @@ var autoSuggest = (function(){
50
bind.navigateResults=function(event){
51
varelementToFocus=null;
52
varfocusIndex=null;
53
-varallSuggestItems=helper.eA(".auto-suggest-link");
+varallSuggestItems=helper.eA(".auto-suggest-item");
54
var_findInput=function(){
55
if(event.target.classList.contains("auto-suggest-input")){
56
_currentInputOptions.input=event.target;
0 commit comments