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!>
Thanks for joining our community and helping improve Syncfusion products!
I have an InPlaceEditor that wraps a RichTextEditor. When I enable the RichTextEditorModel parameter showCharCount, the Toolbar in RichTextEditor no longer displays and the following error below is logged to the console. If I remove showCharCount, the RichTextEditor Toolbar displays fine with no errors. I have created a StackBlitz that shows the problem:
core.mjs:7635
ERROR TypeError: Cannot read properties of undefined (reading 'refresh')
at RichTextEditor.updatePanelValue (ej2-richtexteditor.es5.js:30179:30)
at RichTextEditor.RTERender (ej2-richtexteditor.es5.js:30394:14)
at RichTextEditor.render (ej2-richtexteditor.es5.js:29335:14)
at Component.appendTo (ej2-base.es5.js:7147:18)
at Rte.render (ej2-inplace-editor.es5.js:2037:22)
at Base.render (ej2-inplace-editor.es5.js:1704:21)
at Observer.notify (ej2-base.es5.js:2365:29)
at Component.notify (ej2-base.es5.js:7229:32)
at InPlaceEditor.renderComponent (ej2-inplace-editor.es5.js:657:18)
at InPlaceEditor.renderControl (ej2-inplace-editor.es5.js:597:18)