pchmn / MaterialChipsInput

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

Show all list before search. #93

Open biswajit123 opened 6 years ago

biswajit123 commented 6 years ago

Hi, is there any options available to show all list of contact before search, and after search it'll filter as it is right now?

eltgm commented 6 years ago

+1, very need

abbasalim commented 6 years ago

yes i need this aslo

luis-jaramillo commented 6 years ago

Someone did it?

nindzyago commented 6 years ago

Anyone?

amadiyawa commented 4 years ago

I have achive this by adding a material spinner above the ChipsInput. When a thing get selected in the spinner, i use it index to add a new Chip interface.