TagView icon indicating copy to clipboard operation
TagView copied to clipboard

Cannot enter a text to the view

Open konopkoman opened this issue 5 years ago • 2 comments

Cannot enter a text to the view, looks like inaccessible

konopkoman avatar Dec 12 '19 15:12 konopkoman

Thanks for your feedback. I will check it and solve it

mahimrocky avatar Dec 17 '19 04:12 mahimrocky

work around after initialization you can add this line of code it works for me

tagView.setTagList(new ArrayList<String>());

EslamWaheed avatar Dec 18 '19 12:12 EslamWaheed