vestman / Select-or-Die

Yet another jQuery plugin to style select elements. Demo at http://vst.mn/selectordie/
MIT License
524 stars 133 forks source link

Adding a Size breaks the drop down? #47

Closed deronsizemore closed 8 years ago

deronsizemore commented 8 years ago

I added a "size" to the configuration and it seems to break the dropdown. I see a drop down but it's only about 5 pixels tall with no data inside. Any idea what I'm doing wrong?

$("#add-collection select").selectOrDie({
    cycle: true,
    size: 3
});
deronsizemore commented 8 years ago

Sorry. I don't have a fix for this, but looks like some kind of CSS conflict with a modal window I'm using the select or die drop down inside. So I'm going to work on fixing that; it's not a problem with select or die at all. Thanks.