0
How to scroll a "scroll" to scroll in a select ? For example:
<select>
<option>a</option>
<option>b</option>
<option>c</option>
<option>d</option>
<option>e</option>
<option>f</option>
<option>g</option>
</select>
There is how to put a scroll to the down box not getting too big ? Enves to list all below just 3 and then be able to scroll down.
Have you tried
size="3"
? ah if it is to select more than one placemultiple
– Gabriel Rodrigues
Have you tried using the select bootstrap plugin ?
– Duque
No, I’m using Foundation as a framework.
– KevinF
It has an interesting feature to it, you can take a look at it. https://silviomoreto.github.io/bootstrap-select/
– Duque
@Duke Put as answer then.
– KevinF