react-quill
react-quill copied to clipboard
can't clear all <p>br<p>
Select All and delete will leave
br
I would also like to ask how to solve this problem
Have you Example? Screenshot?
Select All and delete will leave
br
Everyone who came here knows this is the problem. what is the solution?
Unfortunately, there was no screenshot until now, so I would like to propose a solution that I use.The following example works very well for us. It's probably not the most elegant solution, but it solves the 'br' bug.
<QuillTextEditor theme="snow" placeholder={'STRING'} value={value.replace(/�/g, '<br>')} onChange={(event) =>...} />
i have this issue to and have some picture for you
on this picture I selected a empty lines contains <p><br></p>
and i cant delete it with Backspace button