primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
278 stars 125 forks source link

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

Open scotroach opened 7 years ago

scotroach commented 7 years ago

//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.