remove paragraph & break tag from empty text editor.
rajat-madaan opened this issue · 1 comments
rajat-madaan commented
ariel-devsar commented
Hi @rajatmadaan786 hey I'm having the same issue, did you find a solution for that?.
I can remove all the string when the value in the input is an empty string I can return an empty string instead of <p><br></p>
because I need to show another thing when the value is an empty string, but everytime you remove one character is adding the <P>
and that is anoying to check everytime that case
did you find some config or elegant solution to fix that?