I am a newbie to Xamarin.Forms Platform. I hope you can help me in moving ahead. I want to have a control like autocomplete in xamarin.forms like below
Can
I tried to build my own suggestions/autocomplete following the answer of Imdad. I was hindered by my my criteria where that it had to be shown on top or expand when suggestions filled the listview. Not have a listview taking up space permanently.
You can try https://github.com/XamFormsExtended/Xfx.Controls But I experienced some issues with it. It displays on top
I experienced an issue where text in autocompleteview doesn't update from source binding or set from code behind with https://github.com/XLabs/Xamarin-Forms-Labs autocompleteview. That pushes away what is in the way temporarily to display suggestions
I personally went this solution https://github.com/dotMorten/XamarinFormsControls/tree/master/AutoSuggestBox