How make tag checked on tap
Opened this issue · 3 comments
JayGajjar commented
Hi,
I am trying to find a way to make tagview selected on tap. Can please guide how to achieve this.
zhangliangnbu commented
- You can not do this by AndroidTagGroup.
- I have forked it and add "Check" Mode, and I think it can fulfill your requirement。My project address : Tags
gauravarora90 commented
@zhangliangnbu Checkable mode is good, I would like to check only tag at a time from a group which means when I click on one tag it should show CHECKED and it should be UNCHECKED if other tag is clicked. I can't see this type of integration/feature available with your library. Can you please help here