Keyboard support problem for AutoComplete #723
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
hitting 'ArrowDown' to highlight the first element is not working.
using
DomHandler.addClass(this.overlay.firstChild.firstElementChild, 'p-highlight');
instead ofDomHandler.addClass(this.overlay.firstChild.firstChild, 'p-highlight');
will fix itThe text was updated successfully, but these errors were encountered: