Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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!

1
Vote

When the In-Place Editor value is set with an XSS content with 'enableHtmlSanitizer' set as false. It needs to display the exact XSS content in the in-place editor without executing it. Provide support for this using an separate API.

The same scenario is achieved by encoding and decoding the HTML. Provide the support when the in-place editor is rendered dynamically.

Sample: https://stackblitz.com/edit/angular-fuse2b-t5buoi?file=app.component.ts