Merge pull request #731 from nimruth/master

Fixed #723: Keyboard support for AutoComplete
pull/800/head
Cagatay Civici 2020-12-09 16:52:56 +03:00 committed by GitHub
commit c30e0cdb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();