pchmn / MaterialChipsInput

Implementation of Material Design Chips component for Android
Apache License 2.0
2.63k stars 382 forks source link

Info not showing in FilterableListView #52

Closed mvandermerwe closed 7 years ago

mvandermerwe commented 7 years ago

My app is using the ChipsInput view to show contacts (name, email) for a user to select from. As instructed I extend ChipsInterface and insert the required information. Everything looks great, I can see all the contacts I've added and the performance is perfect, except the emails (info fields for the Chips) don't show for any of the suggestions. Once I've selected it and it shows in the ChipsInput view, opening the detailed view shows the email as expected. I've been able to break point inside of the FilterableAdapter so I know the data gets there and it appears to run the lines to set the text and make the info visible despite it not showing. I am adding the filterable list on the UIThread and I have tried switching out my custom ChipInterface with the provided Chip object with the same effect.

mvandermerwe commented 7 years ago

I was able to get the emails showing by changing the color of the FilterableListView's text in the xml of the ChipsInput.