vazco / meteor-universe-autoform-select

Meteor universe autoform select
MIT License
16 stars 10 forks source link

Problem with many items on multiple select (don't auto resize). #40

Closed thearabbit closed 8 years ago

thearabbit commented 8 years ago

Problem with many items on multiple select. (It don't auto resize for many items)

2016-06-12_14-51-48

barry-w-hill commented 8 years ago

Might help others. My workaround for this was to add the following in my own stylesheet. Not ideal, needs to be option I think.

.universe-selectize.selectize-control.multi .selectize-input {
  height: auto !important;
}
thearabbit commented 8 years ago

Thanks look great. Could you help me for #39