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

Description:

Rich Text Editor unique Id is not generated automatically when we do not set the Id property.


Note: it is breaking from V20.2.36.


Sample 20.1.61 version(Working): https://stackblitz.com/edit/5jfrqs-8vnun2?file=index.js,index.html

Sample 20.2.36 version(Not working): https://stackblitz.com/edit/5jfrqs-ekvwmx?file=index.js,index.html,package.json

Replication Procedure:

  1. Open the above sample.
  2. Click 2 or more expand icon in Grid detail template.
  3. Now, Rich Text Editor toolbar not rendered properly and also background color and font color input element shown at bottom.

Current Behavior: Unique Id is not generated properly when not setting Id property.


Actual Behavior: Unique Id need to generate properly when not set Id property.