klinker41 / android-chips

Chips in your AutoCompleteTextView on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

if i add a contact from my contact list with exitng chips it broken the chipp bubble

dibakarece opened this issue · comments

In my Existing Chip I have 2 chip already and added another chip , choosing from android contact list but when add with existing chip it broken chip bubble

String phNos = toPhone.getText().toString().trim()+phone+",";
toPhone.setText(phNos);