Unit list in multicombo popup

Hi,

Is there a way to display a unit list in the popup for a multicombo?

I only want to create “type:‘section’” dividers in the popup list. I’ve managed to do this in a “view:‘text’” with a custom popup but am stuck on building the rest of the functionality of the multicombo so I’m hoping there’s an easier way to just modify the multicombo’s popup list?

Current progress in the following snippet:
http://webix.com/snippet/ae1033e4

Any help would be great!

Thanks.

Hello,

there is not possibility to use unitlist in multicombo suggest. However, you can try to set s custom data type and add the header element into a template. It is a bit tricky task:

http://webix.com/snippet/e844247a

Thanks, Maria.

That’s worked!