tagmanager
tagmanager copied to clipboard
Tags not visible or hidden
Hi, there is a bug with Bootstrap 3 + twitter typeahead 0.10 + tagsmanager 3
http://jsfiddle.net/Erwane/u148u4dy/
When you type something (in the suggestion or not) and press tab, the tag appear on the top BUT text is not visible.
The problem is there : In the demo version, are put BEFORE the span.twitter-typeahead. In jsfiddle, the span.tm-tag are added before the input field (in the span.twitter-typeahead) and hidden by the fake input.tm-input.tt-hint
Yes I have found the same issue on the "Using tag manager in conjunction with typeahead.js" example.
If you remove all the tags of the example "Angola", "Loas", "Nepal" and try to add one again, then it's broken. When you try to add a tag again, the styling isn't applying. It's like if the tag isn't inserted at the right place.
Check out this one for a workaround
https://github.com/max-favilli/tagmanager/issues/194