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
I am trying to integrate mentions (@) functionality in the PrimeReact Editor component using Quill and the quill-mention module, but it is not working as expected. I have tried multiple approaches to get the mention dropdown inside the editor, but the mention functionality does not trigger, and the mention selection does not insert the correct text inside the editor.
Expected Behavior:
When typing @ in the editor, the dropdown with suggestions (user names) should appear.
Once a user is selected, their mention should be inserted inside the editor content.
Actual Behavior:
The mention dropdown does not appear when typing @ in the editor.
No mention is inserted into the editor even after selecting a user.
Describe the bug
I am trying to integrate mentions (@) functionality in the PrimeReact Editor component using Quill and the quill-mention module, but it is not working as expected. I have tried multiple approaches to get the mention dropdown inside the editor, but the mention functionality does not trigger, and the mention selection does not insert the correct text inside the editor.
Expected Behavior:
When typing @ in the editor, the dropdown with suggestions (user names) should appear.
Once a user is selected, their mention should be inserted inside the editor content.
Actual Behavior:
The mention dropdown does not appear when typing @ in the editor.
No mention is inserted into the editor even after selecting a user.
Reproducer
No response
System Information
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: