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

ProKeys formatting does not work with React Quill #996

Open
8 tasks done
HeenaAnjum opened this issue Aug 14, 2024 · 1 comment
Open
8 tasks done

ProKeys formatting does not work with React Quill #996

HeenaAnjum opened this issue Aug 14, 2024 · 1 comment

Comments

@HeenaAnjum
Copy link

HeenaAnjum commented Aug 14, 2024

Prokeys formatting is getting removed.

Screen.Recording.2024-08-14.at.3.17.22.PM.mov

Please help as it is causing customer impact in my project

Thanks for filing an issue!

If at all possible, please provide a Codesandbox or Codepen to demonstrate the problem you're having with React Quill. Here's a template to get you started.

⚠️ Make sure that your bug hasn't already been fixed by ReactQuill v2.0.0-beta.2. See the homepage for instructions on how to upgrade.

Ticket due diligence

  • I have verified that the issue persists under ReactQuill v2.0.0-beta.2
  • I can't use the beta version for other reasons

ReactQuill version

  • master
  • v2.0.0-beta.2
  • v2.0.0-beta.1
  • 1.3.5
  • 1.3.4 or older
  • Other (fork)

FAQ

Is this a bug in Quill or ReactQuill?

ReactQuill is just a thin wrapper on top of the Quill editor. Often, what looks like a bug in ReactQuill, is actually a bug in the Quill editor itself. Before opening a ticket, please check the Quill documentation, and the issues page, and see if that answers your question first.

How do I access the wrapped Quill instance?

See the instance methods and API documentation.

@HeenaAnjum
Copy link
Author

I have tried :

  1. clipboard: { matchVisual: false } // disable pre formatting
  2. autoformatting:false
  3. value={
    {editorContent}
    }
  4. quill.removeFormat(3, 7);

Using React version "react-quill": "2.0.0-beta.2"

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