I want to use SHIFT + ENTER shortcut to insert a line break and continue inside the same parahraph. However RTC is creating a new paragraph which looks very bad.
I found that a bug is already opened Add soft line breaks support to RichTextEditor · Issue #6302 · vaadin/flow-components · GitHub.
Do we have a workaround here ?
I tried to replace the
</p><p>
tags with <br>
but even after replacing RTE seems to reparse the value and add these tags again.