HTML select doesn't show scrollbar with size = 1 and multiple = true in Firefox 39 -


when create <select> element multiple selection , size=1, firefox doesn't draw scrollbar. firefox version 39. example, in chrome ok.

<select size="1" multiple>         <option value="0" label="val1">val1</option>         <option value="1" label="val2">val2</option>         <option value="2" label="val3">val3</option> </select> 

can it?

example here: http://jsfiddle.net/tzd6uazj/

when define size="1" creating 1-option-high multiple select box, of course incredibly unfriendly thing visitors.

if want allow users select multiple list items, set size attribute reasonable number can see more 1 option @ time.

even on chrome(in fiddle), couldn't see option 2 in select.... can't use checkbox button group?

enter image description here


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -