android-chip
android-chip copied to clipboard
Issues
- No option to
Unselectselected background. - No option to get all those chips which are currently
Selectedstate. - If going to select background in loop(programaitcally) then it creating a messy behavior.
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.
- Clicking on chip unselect it that working but my scenario is i want to unselect chip programmatically.
- I didn't find any method called state in documentation. I really appreciate if you could please mention here.
- 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.