multi combo. Get Selected Items

Hi.

multicombo has getValue() to get Selected Ids.
How can i get the selected object Items ? i have to tell you, that dataFeed from List has changed the inner Data of the List.

there is no .data from multicombo.

Thanks for your help

To get the data objects, you can use multicombo.getList().getItem(id):

http://webix.com/snippet/0b8374a2

Yes but when dataFeed is used, list Items are vanished but MultiCombo is keeping selected ID Items, and not Items themselves.

How to retrieve them ? I can use my own collection with event, but, i am looking if there is any simple solution from webix, to get Selected Items

The multicombo really stores the full data objects even after reloading data in the suggest list, but there is no public API to get those objects.

We will consider making this data public, in the next update.

Thanks :slight_smile:

Hi.

Do you ave added the public API to get this objets ?
I am looking for it

Thanks