android-chip icon indicating copy to clipboard operation
android-chip copied to clipboard

Issues

Open amitclickapps opened this issue 8 years ago • 2 comments

  1. No option to Unselect selected background.
  2. No option to get all those chips which are currently Selected state.
  3. If going to select background in loop(programaitcally) then it creating a messy behavior.

amitclickapps avatar Jul 30 '17 10:07 amitclickapps

1.If you want to "unselect" a selected background, you just click on it. Plain and simple. 2.You can get all chips and check their state. 3.You can update colors by calling the updateChipsColors(ChipBuilder builder) method without a loop.

vpaliy avatar Jul 30 '17 14:07 vpaliy

  1. Clicking on chip unselect it that working but my scenario is i want to unselect chip programmatically.
  2. I didn't find any method called state in documentation. I really appreciate if you could please mention here.
  3. I will explain what exactly i need here. I need to select 3 chips out of 5. I used builder but it gives weird result. First time work second time give different result.

amitclickapps avatar Jul 30 '17 15:07 amitclickapps