Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

XfxComboBox suggestion list not showing #87

Open
1 task done
pskyv opened this issue Feb 25, 2019 · 1 comment
Open
1 task done

XfxComboBox suggestion list not showing #87

pskyv opened this issue Feb 25, 2019 · 1 comment

Comments

@pskyv
Copy link

pskyv commented Feb 25, 2019

Please fill out either the bug or feature request section and remove whatever section you are not using.

Bug

  • Version Number of Control: 1.1.3
  • Device Tested On:
  • Simulator Tested On: Nexus5x (Android 8.1 - API 27)

Affects

  • Android

I'm using mvvm approach with prism (xamarin forms 3.1.0)

Expected Behavior

ComboBox ItemsSource is bound to an ObservableCollection that is populated after navigating to page.
After typing 3 characters expect to see suggestion list with matching results from collection

Actual Behavior

Nothing is done, suggestion list is not shown

What am i missing? Do I have to implement something else?

Link to Github Reproduction (optional but recommended)

https://gist.github.com/pskyv/978811e35ff898f4cfb490275c603c7c

@ColdThor
Copy link

ColdThor commented Mar 3, 2019

I am having the same issue, it shows the first time, after I navigate to the same page the list only show 1 item ( the one I selected before). I was able to show the suggestions upon the second+ navigation to the site by deleting the line: model.EmailSuggestions.Clear(); However then the list shows duplicate values.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants