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

I want to restrict what can be pasted into my rich text editor to only the features that I have allowed the user to edit with the toolbar.

It would be useful to be able to provide a list of a few tags that I want to allow rather than having to provide a list of over 130 tags to deny, that may be incomplete. I don't even know what would happen if someone tried to paste in invalid tags, e.g. foo or bar. A whitelist of tags would solve this.

Similarly, it would be useful to be able to whitelist a small set of attributes. Attributes can be anything, e.g. data-bob so it would be impossible to find a complete list of attributes that could be pasted in.

It would be reasonable to support properties for allow and deny, and not allow both to be used at the same time.