Xamarin.Forms.EntryAutoComplete
Xamarin.Forms.EntryAutoComplete copied to clipboard
It's Autocomplete, but missing drop down Picker functionality
Autocomplete has dropdown, but it should show as Picker, not as embed view. Right now when we try to show Autocomplete in Stack, it changes position of all layout.
Suggestion should be overlay to our UI
Hi, thanks for posting.
Yes, you are right - it should show as Picker, however Xamarin's Picker is not editable...
We will take a look at how to make overlay working.
@brogowski once the item is selected, it there a way to bind the selected value back to the viewmodel?
@BryanGerre After selection, selected value is set to SearchText
property. You can use this one.