How do I remove all chips from a ChipGroup?
I know I can remove one chip by passing it to the removeView method or one chip by it's index by calling the removeViewAt and passing it's index, but I wanted to remove all views.
How do I remove all chips from a ChipGroup?
I know I can remove one chip by passing it to the removeView method or one chip by it's index by calling the removeViewAt and passing it's index, but I wanted to remove all views.
Copyright © 2021 Jogjafile Inc.
You can remove all chips by calling the
removeAllViewsmethod: