Xamarin.Forms.EntryAutoComplete icon indicating copy to clipboard operation
Xamarin.Forms.EntryAutoComplete copied to clipboard

It's Autocomplete, but missing drop down Picker functionality

Open SagarPanwala opened this issue 6 years ago • 3 comments

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

SagarPanwala avatar Dec 08 '18 04:12 SagarPanwala

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 avatar Dec 11 '18 09:12 brogowski

@brogowski once the item is selected, it there a way to bind the selected value back to the viewmodel?

BryanGerre avatar Jan 30 '19 18:01 BryanGerre

@BryanGerre After selection, selected value is set to SearchText property. You can use this one.

brogowski avatar Jan 31 '19 19:01 brogowski