xoxco / jQuery-Tags-Input

Magically convert a simple text input into a cool tag list with this jQuery plugin.
http://xoxco.com/projects/code/tagsinput/
2.29k stars 826 forks source link

Prevent tags from being removed? #342

Open eunomia opened 7 years ago

eunomia commented 7 years ago

Can't find a method to remove the "remove" cross next to each tag, the specific need is to prevent users from removing a tag once it's populated into the input field. I have the field as "disabled" so they can't remove them by using the backspace, but the cross link still allows removal. Is this possible or could be considered as a future feature? Thanks in advance.