How to remove extra space when using custom item template inside SfAutoComplete?

Answer:

We can remove extra space when using a custom item template inside SfAutoComplete by adding the below style.

<style> 

    .e-chip-list.e-chip.e-chip-text, .e-chip-list.e-chip.e-chip-text { 

        margin-left: -20px 

    } 

</style> 


Find the sample to remove extra space when using a custom item template inside SfAutoComplete from here.

Loader.
Up arrow icon