I'm using SfCombobox inside SfTextInputLayout, I have a list of contacts and when I select the contact I'm trying to show the name of the contact and the image in the entry space, and I show the image using LeadingView, but it add extra space to the hint. Is it possible to use LeadingView without adding extra space to Hint? I tried to use CustomView, but it doesn't seems nice
What I got:
I would expect the hint to keep the same place, but it looks like it follow the input entry