tagmanager icon indicating copy to clipboard operation
tagmanager copied to clipboard

Tags not visible or hidden

Open Erwane opened this issue 10 years ago • 2 comments

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

Erwane avatar Nov 13 '14 13:11 Erwane

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.

joelmaranhao avatar Nov 17 '14 05:11 joelmaranhao

Check out this one for a workaround

https://github.com/max-favilli/tagmanager/issues/194

joelmaranhao avatar Nov 17 '14 06:11 joelmaranhao