pchmn / MaterialChipsInput

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

How do I show filterable list on clicking ChipsInput #59

Open prathibhaprabs opened 7 years ago

prathibhaprabs commented 7 years ago

As in AutoCompleteTextView we setThreshold to 0, and inside setOnclickListenerwe do view.showDropDown().

How do I implement the same for your library.

I didn't find any threshold or show drop down list kind methods.

Kindly help, Thanks.