pchmn / MaterialChipsInput

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

Create only one instance of ChipsInputEditText per ChipsInput #99

Open crearo opened 6 years ago

crearo commented 6 years ago

A call to mChipsInput.getEditText() would create a new instance each time. The instance held and used by the chips adapter was never returned.