Get drop down menus rendering

This commit is contained in:
Evan Czaplicki 2014-02-17 21:28:15 +01:00
parent 88e9e6756d
commit 0c805d8c4f

View file

@ -53,7 +53,7 @@ Elm.Native.Graphics.Input.make = function(elm) {
}
function dropDown(signal, values) {
return A3(newElement, w, h, {
return A3(newElement, 100, 24, {
ctor: 'Custom',
type: 'DropDown',
render: renderDropDown(signal,values),