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

Dropdown Not Triggering After Typing Characters Following '@' once editor lose focus #257

Open
clx174 opened this issue Sep 27, 2024 · 0 comments

Comments

@clx174
Copy link

clx174 commented Sep 27, 2024

Description
The mention dropdown only triggers when '@' is typed. If I type '@joh' and the users are filtered, then click outside the editor, and come back to type 'n' (making '@john'), the dropdown does not reappear. The dropdown should trigger again after typing any character following '@', up to 10 characters.

Steps to Reproduce

  1. Type '@' in the editor.
  2. Type a few characters (e.g., '@joh') to filter users.
  3. Click outside the editor.
  4. Click back into the editor and type another character (e.g., 'n' to make '@john').

Expected Behavior
The mention dropdown should re-trigger and filter users after typing any character following '@', up to 10 characters.

Actual Behavior
The mention dropdown does not re-trigger and filter users after typing characters following '@' if the editor loses and regains focus.

Question
Is there a workaround to make this possible or can I expect this feature in future. Thanks.

@clx174 clx174 changed the title Dropdown Not Triggering After Typing Characters Following '@' Dropdown Not Triggering After Typing Characters Following '@' once editor lose focus Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant