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

Quill Mention Integration with PrimeReact Editor Not Working #4532

Open
vishalbhuva666 opened this issue Dec 16, 2024 · 0 comments
Open

Quill Mention Integration with PrimeReact Editor Not Working #4532

vishalbhuva666 opened this issue Dec 16, 2024 · 0 comments

Comments

@vishalbhuva666
Copy link

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:

  1. Install and set up PrimeReact and Quill.
  2. Try integrating quill-mention module for mentions in the Editor component.
  3. Enter the @ symbol inside the editor to trigger the mention dropdown.
  4. 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.

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