We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the following users values:
{ username: "AniSales", name: "Ani Sales" }, { username: "BonnięSales", name: "Bonnię Sales" },
If I type @AniSales all works well and the auto-complete finishes. I I type @bonn the autocomplete starts, but if I hit enter it does not finish.
I have had this problem with various Polish characters in the username.
The text was updated successfully, but these errors were encountered:
usernames = (this.query.toLowerCase()).match(new RegExp(settings.delimiter + '[\w\W]+', "g")),
line 51, change match rule to this, maybe it will help you
Sorry, something went wrong.
No branches or pull requests
I have the following users values:
If I type @AniSales all works well and the auto-complete finishes. I I type @bonn the autocomplete starts, but if I hit enter it does not finish.
I have had this problem with various Polish characters in the username.
The text was updated successfully, but these errors were encountered: