Hi Jan Minarik,
Greetings from Syncfusion.
Query: "SfAutoComplete with border".
We have analyzed the reported query. In our implementation, we have inherit the EditText control for SfAutoComplete control in the native platform so line should be appeared under the text it's a general behavior. We can overcome this by adding SfAutoComplete inside the SfBorder and set the ShowBorder property as false in SfAutoComplete.
We have prepared a sample by using the SfAutoComplete inside the SfBorder. Please check the sample and let us know any other concern.
Code Snippet:
<border:SfBorder BorderColor="Black" BorderWidth="2" CornerRadius="4">
<autocomplete:SfAutoComplete Watermark="Departments"
MinimumHeightRequest="40"
ShowBorder="False"
DataSource="{Binding Collections}"
SelectedItem="{Binding SelectedItem}"
DisplayMemberPath="Name" />
</border:SfBorder> |
Screenshot:
Sample:
Please check our UG-Documentation link for SfBorder control to know more information from the following
Thanks,
Mugundhan S.