I’m using mobiscroll version 4 for this control. I’d like to use the multiselect control and style it just like the demo, as seen here: JQuery and JQuery Mobile Select Multiple select Example | Mobiscroll
However, when I use the same code that the demo is showing me, it looks completely different. Here is my Javascript, just like what it’s showing the demo. Notice, I’m only passing in ‘bubble’ for display and no other options.
$('#nt_newnotesecurity' + entitytype + entityid).mobiscroll4().select({
display: 'bubble'
});
Now in the demo it looks like this:
But mine looks like this:
As you can see, mine has buttons (though I figured I can hide those by specifying “buttons: null”) but mine also has little arrow at the top and darkens the background. And if I specify the “ios” theme then I get a wheel, which I don’t want. So it’s all different. Why is that? Am I looking at the wrong documentation? The documentation I’m looking at is here: Select > Typescript Types > select-options - Mobiscroll for JQuery API Documentation