Skip to content

Commit

Permalink
Fixes issue of LeaVerou#17255. Tab navigation when suggestions are sh…
Browse files Browse the repository at this point in the history
…own is wrong
  • Loading branch information
Nico committed Jun 26, 2024
1 parent 0a5bc2a commit d456424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awesomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ _.ITEM = function (text, input, item_id) {
innerHTML: html,
"role": "option",
"aria-selected": "false",
"tabindex": '0', // for the Talkback screen reader
"tabindex": "-1", // for the Talkback screen reader
"id": "awesomplete_list_" + this.count + "_item_" + item_id
});
};
Expand Down
2 changes: 1 addition & 1 deletion awesomplete.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d456424

Please sign in to comment.