Multicombo HTML markup with Datacollection as Datasource

Hello,

is there a way to have a datacollection as datasource for a multicombo with html markup?
The ids and values of the datacollection should be the data of the multicombo.
Here is the snippet:
https://webix.com/snippet/0dc8a8c9

Thanks!
Martin

bump. Please help!

You can use sync API to link the DataCollection to the control:

https://webix.com/snippet/1abca111

Thanks!