RichText: deprecate RichText.isEmpty #10763
Labels
[Feature] Block API
API that allows to express the block paradigm.
[Feature] Rich Text
Related to the Rich Text component that allows developers to render a contenteditable
[Priority] Low
Used to indicate that the issue at hand isn't a top priority to address and can be handled later
[Type] Enhancement
A suggestion for improvement.
Since our new RichText value is just a string, we should probably get rid of this API altogether and do a simpler check. This also involves looking to see if we can return an empty string for empty multiline values, instead of e.g.
<p></p>
, see #10678 (comment).The text was updated successfully, but these errors were encountered: