primefaces - p:selectOneMenu keyboard navigation to select values doesn't select the next option with same starting letter -


if @ primefaces showcase selectonemenu, select editable dropdown , try type 'b' selects "barcelona", if type letter 'b' again should have selected "berlin"; looks doesn't. selectoonemenu rendered page shows me somehow doesn't work.

if @ html select in jsfiddle when type 's' consecutively toggles between 'saab' , 'subaru'. bug or need enable it?

<select>     <option value="volvo">volvo</option>     <option value="saab">saab</option>     <option value="subaru">subaru</option>     <option value="opel">opel</option>     <option value="audi">audi</option> </select> 

thanks, avi


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -