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

PrimeReact Editor Not Working Quill Mention Integration #7509

Closed
vishalbhuva666 opened this issue Dec 16, 2024 · 2 comments
Closed

PrimeReact Editor Not Working Quill Mention Integration #7509

vishalbhuva666 opened this issue Dec 16, 2024 · 2 comments
Labels
Resolution: Duplicate Issue has already been reported or a pull request related to same issue has already been submitted

Comments

@vishalbhuva666
Copy link

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.

Reproducer

No response

System Information

"primereact": "latest",
"quill": "2.0.0",
"quill-mention": "^6.0.2",

Steps to reproduce the behavior

  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

  1. When typing @ in the editor, the dropdown with suggestions (user names) should appear.
  2. Once a user is selected, their mention should be inserted inside the editor content.
@vishalbhuva666 vishalbhuva666 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Dec 16, 2024
@melloware melloware added Status: Needs Reproducer Issue needs a runnable reproducer and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Dec 16, 2024
Copy link

Please fork the Stackblitz project and create a case demonstrating your bug report. This issue will be closed if no activities in 20 days.

@melloware melloware added Resolution: Duplicate Issue has already been reported or a pull request related to same issue has already been submitted and removed Status: Needs Reproducer Issue needs a runnable reproducer labels Dec 16, 2024
@melloware melloware closed this as not planned Won't fix, can't repro, duplicate, stale Dec 16, 2024
Copy link

This issue is a duplicate and has already been reported and possibly fixed. Please review other issues both open and closed for a similar issue to this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Duplicate Issue has already been reported or a pull request related to same issue has already been submitted
Projects
None yet
Development

No branches or pull requests

2 participants