You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: