Combo box with icons

I want to have an icon along with the text in the input of combo box.
The icons are visible in the dropdown, but on selection, only the text appears in the combo box without icon.

how can this be achieved?

https://webix.com/snippet/08e63165

combo is using input:text to show selected item.
if you need to see result with html elements (as in the popup) then you need a richselect.
also you don’t have to define custom template to show icons. defining icon in item is enough.
https://webix.com/snippet/b613a22b

Actually, an icon in the combo input is a frequently asked feature, so we’ve got the ready-made customization sample: https://webix.com/snippet/0e376c1b

Sure, it requires more coding than a simple richselect, and if you don’t need to type in the input field, richselect is a smarter solution.

Thank you :slight_smile: