-
Notifications
You must be signed in to change notification settings - Fork 304
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
Autocomplete search by full string #734
Comments
hey have you found any output for this issue |
I'm using collection for different triggers. |
Hi,
Can You Please Send Code for how you approached this thing.Can you please
send the tribute.js and index.html where you made changes. I struck with this issue
Thanks,
MAnikanta
…On Fri, 4 Nov 2022 at 14:20, Stanislav ***@***.***> wrote:
I'm using collection for different triggers.
—
Reply to this email directly, view it on GitHub
<#734 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATDOXMJMTQHIF3HBIAX7TILWGTE5XANCNFSM5LL55CTQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
What exact problem do you have? |
if i type del then it is suggesting two. they are
https://zurb.github.io/tribute/example/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm implementing Rich text editor with mention feature using Froala and Tribute.
I need 2 mention sceneries:
1 - using @ and trigger menu after 1 character
2 - without using any trigger but starting from 3 characters.
I'm using two instances with different options and on the first look it works well, but
autocomplete search strategy is different from not autocomplete, it search by letters itself not by whole string.
When i'm entering "aaa" it triggers for @mikkel Westergaard Larsen which is not needed for me.
When writing random text it triggers to many times at random words.
So the question is how to make autocomplete search by string not letters ?
The text was updated successfully, but these errors were encountered: