MaterialChipsInput
MaterialChipsInput copied to clipboard
Add feauture click into ChipInput
In v1.0.8, I think we need upgrade a small feature for ChipInput. As you know, if we set app:showChipDetailed="false", we click into ChipInput, it doesnt show anything. So I wrote a small function like this. If attribute of ChipInput is app:showChipDetailed="false", when user click into ChipInput, it'll handle a interface onClick, and return ChipInterface class for user. Add me into project if you see it helpful