Skip to content

Commit

Permalink
Fixed #763 - Keyboard support problem for AutoComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 11, 2020
1 parent ab392b1 commit 15a7cab
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.$refs.overlay.firstChild.firstChild, 'p-highlight');
DomHandler.addClass(this.$refs.overlay.firstChild.firstElementChild, 'p-highlight');
}
event.preventDefault();
Expand Down

0 comments on commit 15a7cab

Please sign in to comment.