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
To replicate: Go to the examples page (http://welldonethings.com/tags/manager/v3) and scroll down to the Typeahead.JS demo.
Enter an incomplete term, something simple like "e". It will suggest "Estonia".
The tag "e" will be added. The typeahead for "e" will still be up suggesting "Estonia", the field will still have "estonia" in it, and underneath it there will be the placeholder text "Tags".
In theory, shouldn't the typeahead close after you've entered a tag, and shouldn't the field go back to just the placeholder text?
The text was updated successfully, but these errors were encountered:
Has anyone found a fix or work-around for this?
EDIT: Google and ye shall find!
This is actually an issue with typeahead rather than tagsmanager.
bind this to .blur() of the text input and the problem is solved.
To replicate: Go to the examples page (http://welldonethings.com/tags/manager/v3) and scroll down to the Typeahead.JS demo.
Enter an incomplete term, something simple like "e". It will suggest "Estonia".
The tag "e" will be added. The typeahead for "e" will still be up suggesting "Estonia", the field will still have "estonia" in it, and underneath it there will be the placeholder text "Tags".
In theory, shouldn't the typeahead close after you've entered a tag, and shouldn't the field go back to just the placeholder text?
The text was updated successfully, but these errors were encountered: