-
Notifications
You must be signed in to change notification settings - Fork 24
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
Custom render #19
Comments
Can you elaborate a bit more? Is @toto a tag in your example? |
Sorry it was not a good example! I use ajax request to display search result. For example if I'm typing hello @ben The suggestions result will be :
Currently if I select the first result (SHERKHAN (Benoit Brossaud)) my tag Hello SHERKHAN (Benoit Brossaud). Or what I would like is : Hello @sherkhan So how can I have a tag display different from my search result? I hope it will be clearer now. Thanks for your reply, Best regards, |
I found out the solution ! Here is my code :
what is important is : tagsListItem : _.template(' |
Hello,
How can I render custom tags in the input?
Actually I would like to display in my input : @toto and not how it is displayed in my autocomplete results... How can I do that?
Regards,
The text was updated successfully, but these errors were encountered: