primefaces/primeui

p-dropdown - keydown -- type a key -- it is not selecting a matching option

Opened this issue · 0 comments

//Search items forward from current to end and on no result, search from start until current
var highlightItem = $this._search(k, currentItem.index() + 1, $this.options.length);

change options to choices and it works good.