Rendering Html inside multicombo suggest list

Hello,

I have been working with multicombos and I need to include html code in my suggest list options. The html content is rendered correctly inside the selection box once the option is selected, but in the suggestion list is not propperly rendered and it appears as a blank space. In this snipped you can see that when I try to render a title that contains html nothing is shown.
https://snippet.webix.com/jg6dlda3
I would much appreciate some suggestions to work around that issue.

Best,
Guillem

div has display:block by design, and thus not seen in option’s render.
try to override its style inline or by class
https://snippet.webix.com/osz5ebkd

1 Like

It worked flawlessly, thanks!