You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Type '@' in the editor.
Type a few characters (e.g., '@joh') to filter users.
Click outside the editor.
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: