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
1 file changed
src/js/auto-suggest.js
@@ -50,7 +50,7 @@ var autoSuggest = (function() {
50
bind.navigateResults = function(event) {
51
var elementToFocus = null;
52
var focusIndex = null;
53
- var allSuggestItems = helper.eA(".auto-suggest-link");
+ var allSuggestItems = 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