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 #7507

Open
vishalbhuva666 opened this issue Dec 16, 2024 · 1 comment
Open

Quill Mention Integration with PrimeReact Editor Not Working #7507

vishalbhuva666 opened this issue Dec 16, 2024 · 1 comment
Labels
Status: Needs Reproducer Issue needs a runnable reproducer

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.

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

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

Steps to reproduce the behavior

No response

Expected behavior

No response

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Reproducer Issue needs a runnable reproducer
Projects
None yet
Development

No branches or pull requests

2 participants