I've looking round the internet for a solution to this and everyone is talking about different things or just saying does size="x" help? I've made a Plunk to illustrate my issue. On my screen I can see up to item 20 when I click the drop down. I'd like to be able to set this to show more, or at least have some control.
Asked
Active
Viewed 5.5k times
2 Answers
7
You cannot because the select box is a system control..
See Height of an HTML select box (dropdown)
You could use a dropdown replacement widget/module..

Community
- 1
- 1

Gabriele Petrioli
- 191,379
- 34
- 261
- 317
-
Thanks for the confirmation of this point. I was just hoping for a quick fix. – Matt Canty May 28 '13 at 12:50
-
the link is valid, but with invalid JS. – Raptor Dec 23 '13 at 11:11
-
Can't the shadow DOM be used for system controls? – Code Whisperer Sep 15 '16 at 14:33
-9
You are add size tag like this
<select size="30">

krutssss
- 934
- 1
- 10
- 23
-
Sorry this doesn't work. I've highlighted in my question that this isn't what I'm looking for. It needs to be drop down. – Matt Canty May 28 '13 at 11:46