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

Suggestions doesn't work when "char" contains a word because of specific chars #2385

Closed
2 tasks done
cnicodeme opened this issue Jan 13, 2022 · 3 comments
Closed
2 tasks done
Labels
Type: Bug The issue or pullrequest is related to a bug

Comments

@cnicodeme
Copy link

What’s the bug you are facing?

I'm trying to make the Mention/suggestion system work when calling "/article" but it doesn't trigger the onStart method.

I noticed that this is caused by a few chars in the "char" property that doesn't work.

For instance, if you include "n", "r", "t", "c" in the char, for some reason, the trigger stop working.

How can we reproduce the bug on our side?

Here's a sample:

https://codesandbox.io/s/loving-kalam-wyw6b?file=/src/App.vue

Can you provide a CodeSandbox?

No response

What did you expect to happen?

It should show the "on start" in the console when the full "/article" is written. Instead, it doesn't do anything.

Anything to add? (optional)

No response

Did you update your dependencies?

  • Yes, I’ve updated my dependencies to use the latest version of all packages.

Are you sponsoring us?

  • Yes, I’m a sponsor. 💖
@cnicodeme cnicodeme added the Type: Bug The issue or pullrequest is related to a bug label Jan 13, 2022
@philippkuehn
Copy link
Contributor

should be fixed in the latest release!

@cnicodeme
Copy link
Author

Thanks for the fast response. Latest as "already published" or "soon to be published"? ;)

@philippkuehn
Copy link
Contributor

already published 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The issue or pullrequest is related to a bug
Projects
None yet
Development

No branches or pull requests

2 participants