Skip to content

Commit

Permalink
Merge pull request #731 from nimruth/master
Browse files Browse the repository at this point in the history
Fixed #723: Keyboard support for AutoComplete
  • Loading branch information
cagataycivici authored Dec 9, 2020
2 parents 6730f2c + 36504d7 commit c30e0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autocomplete/AutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default {
}
}
else {
DomHandler.addClass(this.overlay.firstChild.firstChild, 'p-highlight');
DomHandler.addClass(this.overlay.firstChild.firstElementChild, 'p-highlight');
}
event.preventDefault();
Expand Down

0 comments on commit c30e0cd

Please sign in to comment.