Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
we updated from 19.1.56 to 19.2.59, and now text inputs in Code View will be surrounded by a <p>, if the cursor isn't inside any other element.
Imagine a blank Rich Text Editor. When typing "test" slowly, it will be changed to
<p>t/<p><p>e/<p><p>s/<p><p>t/<p>.
https://codesandbox.io/s/syncfusion-rte-text-in-code-view-uuqv3?file=/src/App.tsx
Switch to code view and enter a text.
Regards