You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, feel free to make the change for this, looks small :) and submit a merge request, I'll merge. This repo isn't being maintained btw, pls checkout the original of the fork, the developer has included my changes as well in it. Cheers
Hi
I want to iterate all children of ChipCloud and check if they're selected or not.
is it possible to expose the field
private boolean selected
in Chip class as a getter ?
Currently, isSelected returns android.view.View.isSelected() which return false even if the Chip is actually selected.
The text was updated successfully, but these errors were encountered: