I have a problem when I try to display the clear button inside SfComboBox.
I downloaded a simple example from your page and there everything works fine:
<combobox:SfComboBox HeightRequest="40" x:Name="comboBox" IsEditableMode="True"/>
But when i put the ComboBox inside a SfTextInputLayout, the clear button isn't showing up anymore:
<inputLayout:SfTextInputLayout Hint="Enter value">
<combobox:SfComboBox x:Name="comboBox1" IsEditableMode="True"/>
</inputLayout:SfTextInputLayout>
Do you have any recommendations on how to solve that problem?
Thanks in advance.