In chrome on OSX something is wrong with the select button.
I have defined this list in my stackscript:
Code:
# <udf name="PACKAGES" label="Packages to install" manyOf="Varnish, Nginx, Postgres, Redis, Beanstalk" default="">
It renders like this:

My list however is composed of 5 elements, but as default it only shows 4:

I am not sure if the problem is default styling from Chrome, but I think its size of the list in the view should be the same as the size of the list in the code.
Any thoughts about this?