Closed sebasijan closed 7 years ago
I tried implementing some 'click-to-remove' tags on my site, and noticed this error when calling
$('#methodTags').tagit('removeTagByName', inp);
Error: no such method 'removeTagByName' for tagit widget instance
After checking the example page, under Methods, I can see the error is also occurring here.
I can add a tag by name just fine, but removing throws the above error.
Looks like the method is actually called removeTagByLabel
removeTagByLabel
I tried implementing some 'click-to-remove' tags on my site, and noticed this error when calling
After checking the example page, under Methods, I can see the error is also occurring here.
I can add a tag by name just fine, but removing throws the above error.