I have implemented the autocomplete control from nuget. I'm not able to see the control in the screen android. I have installed the library in PCL and android. If I set the background color I'm able to see the background color.
SFAutocomplete version v4.0.30319
Xamarin forms Version V2.5.0.280555
<autocomplete:SfAutoComplete x:Name="sfauto"
DisplayMemberPath="FirstName"
DropDownItemHeight="50" IsVisible="True" IsFocused="True"
HeightRequest="40" BackgroundColor="Bisque">
</autocomplete:SfAutoComplete>
Assigned the data source from code behind.