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
Post a Comment