Page 1 of 1

NativeMenu not shown on TIWCGJQMSelect with Multiselect=true

PostPosted: 29 Sep 2014 11:16
by Davide
Hello,

I have three TIWCGJQMselect controls on one frame.
The last one has "Multiselect = true".
On this last select control the selection menu is always the JQMobile default and not the native one as it appears on the first two select controls (which have "Multiselect = false").
It is just matter of appearance cause on the same frame the select constol is show in different ways (and the default one is not very nice).

Is there a way to show the native menu on a TIWCGJQSelect with "Mutliselect = true" ?

Thank you,
Davide

Re: NativeMenu not shown on TIWCGJQMSelect with Multiselect=

PostPosted: 29 Sep 2014 12:06
by Alexander Bulei
Hi Davide,

According to JQuery Mobile 1.3.2 documentation, it's impossible:

Currently jQuery Mobile only supports the multiple attribute on a select with nativeMenu set to false.


Best Regards.