Moe
Moe
wrap it in a scrollview?
@chnouman I'm not sure you even need this library for such functionality. I've done this before and if what you want is what I think it is then this is...
Well you need to store the selected contacts in a list and then pass it back to the parent activity. From there, loop through your list of contacts and add...
@chnouman its in the docs ``` chipsInput.addChip(ChipInterface chip); // or chipsInput.addChip(Object id, Drawable icon, String label, String info); // or chipsInput.addChip(Drawable icon, String label, String info); // or chipsInput.addChip(Object id,...
same, any updates?