I want to create a Custom Drop down with Autocomplete feature in xamarin forms. Till now what I found is that I can achieve this only using Syncfusion. But I don't want to use Syncfusion. In most of the code in xamarin forms they are using picker as the drop-down. But I won't be able to get the autocomplete feature for dropdown if I'm using picker. I need something like this
https://www.syncfusion.com/xamarin-ui-controls/combobox
I don't have any clue how to fix this. Any suggestions?