Merge pull request #731 from nimruth/master
Fixed #723: Keyboard support for AutoCompletepull/800/head
commit
c30e0cdb23
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue