Multiselect not triggering native list select on mobile device

Hello!

I’m looking at the pro-version of the select, multiselect.

It works fine on computer but on mobile the multiselect won’t use the “native list”, which makes it much smaller and more difficult for the user to use.

http://webix.com/snippet/85d8a277

Hello,

Can you please specify your OS/browser?

Hi!
I am using Android 5.1.1 and built in Chrome version 49.0.2623.105
The same problem can be reproduced in iOS 7.1 and Safari

I can confirm this behavior. The multiselect control uses custom UI, which is necessary as desktop doesn’t have any built-in UI for such use-case.

Are you building the app which need to work on all platform or only on mobile devices? In second case you can use native HTML “select” control

http://webix.com/snippet/m/2ce3b6f7

Thanks!
I now have another problem. :slight_smile:
After using HTML (select) template I wish to update the options depending on form data. I seem to be able to change the options, but webix does not show them. Please see example snippet below.

http://webix.com/snippet/15356cbd