Currently I am running Retool version 3.259.0 and when using an event to save data entered into the rich text field, it will randomly replace what was entered with <p><br></p>
I can't reliably reproduce this, it's very intermittent
What I've done to fix this at the moment is to only allow my event to run if the richtexteditor.value !== "<p><br></p>"
Hopefully this helps if anyone else comes across this problem
Hey @snapcom - it might be hard to tell with your current workaround in place, but I'm curious to know if you're still seeing this issue. While not directly relevant, I'll point out the fact that the underlying library that we use for this particular component uses <p><br></p> as its default placeholder value, as you can see below.