How do I add an delete icon for combo options?

I want to have a delete icon for combo options listed, icon to be aligned right.
1combo

Hello, @sudhesh15
The options in a Combo are based on the ui.list so you can use its properties. For instance, List has an onClick property that helps to attach click handlers for HTML elements with the specified CSS classes. You can define an HTML element in an options’ template, add a CSS class to it and then define some logic for it.
Please, check the snippet: Code Snippet