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.
Steps to Reproduce:
Install and set up PrimeReact and Quill.
Try integrating quill-mention module for mentions in the Editor component.
Enter the @ symbol inside the editor to trigger the mention dropdown.
Select a user from the list, and the mention is not inserted in 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.
The text was updated successfully, but these errors were encountered:
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.
Steps to Reproduce:
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.
The text was updated successfully, but these errors were encountered: