Fae Bell

Results 2 comments of Fae Bell

I fixed this problem with the following: HTML: ``` ... ``` JS: ``` $('.select-multiple-placement').each((index, elem) => { $elem = $(elem); $elem.multiSelect({ cssClass: $elem.attr('cssclass') }) }); ``` CSS: ``` .custom-css-class.ms-container .ms-list...

To elaborate on @rgroothuis 's answer, here's how I found to solve this problem. Though I agree that the size should definitely be the support, rather than custom stuff. I...