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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

Objective

The objective of this feature is to enable the RichTextEditor to support JSON format, allowing users to save and load content in a structured and interoperable format. This will enhance data portability and integration with other systems.

Requirements

  1. JSON Serialization: The RichTextEditor should be able to serialize its content into a JSON format.
  2. JSON Deserialization: The editor should be able to load and render content from a JSON format.
  3. Schema Definition: Define a JSON schema that represents the structure of the RichTextEditor content, including text, formatting, and embedded elements.