Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typehead problem #71

Closed
maxcyrek opened this issue Dec 28, 2013 · 2 comments
Closed

typehead problem #71

maxcyrek opened this issue Dec 28, 2013 · 2 comments

Comments

@maxcyrek
Copy link

When I type a custom tag which is not in list it is added to tags, but after I click anywhere on the site pure text is automatically added to the end of the list...

test taken on your page

zrzut ekranu 2013-12-28 o 16 48 30

@Dreamystify
Copy link

im currently using

$('.tt-query').on('blur', function() {
$(this).val('');
});

but the plugin should have this fixed if possible :)

@danielsvane
Copy link
Contributor

Fixed with #152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants