ChipView icon indicating copy to clipboard operation
ChipView copied to clipboard

How to get the value from chipview

Open vaishakhpj opened this issue 6 years ago • 3 comments

Hi,

Please provide a method to retrieve the vale from ChipView like chipViewObj.getText().toString(). Nothing works here.

vaishakhpj avatar Oct 31 '18 07:10 vaishakhpj

create custom adapter then add this method public ArrayList<Object> getChips() { return chips; }

Yadarma avatar Jan 23 '19 13:01 Yadarma

i am having the same problem ,last sentence of readme file is also not clear ! please help, how to get custom adapter

anamikasingh3 avatar Apr 07 '19 09:04 anamikasingh3

this issue still exist?

meetmehdi avatar Apr 16 '19 11:04 meetmehdi