Suggestions doesn't work when "char" contains a word because of specific chars #2385
Closed
2 tasks done
Labels
Type: Bug
The issue or pullrequest is related to a bug
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?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: