Fixed #723: Keyboard support for AutoComplete
- highlight first element on 'ArrowDown'pull/731/head
parent
5323d88810
commit
36504d7c04
|
@ -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