Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将react-native-zss-rich-text-editor用于富文本编辑器,它显示编辑器,如下图所示,
如图所示,有两个部分标题和正文。我想在编辑器中只有正文部分。
因此,是否可以删除标题部分?
是的,可以有一个部分,只需通过传递属性 hiddenTitle 并将其设置为 true 来删除标题部分。
<RichTextEditor ... hiddenTitle= {true} ... />