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!

0
Votes

In MultiSelect Component while using the template getting the following error,

Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' 'unsafe-inline'".

if there is no template is used there is no need to add the 'unsafe-eval' and no error is produced.



Replication procedure :

  1. Run the Sample

  

Expected : Component rendered without any error

Output : Error Occurred ('unsafe-eval')