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!
Some case when i call 'container.documentEditor.importFormData(...)', the console log shown me some exceptions at the lines of code in ej2-document.es2015.js belows:
4521 => text.indexOf is not a function
9340 => element.text.replace is not a function
17327 => text.match is not a function
I did a workaround (see attach) in the source code for now, it's working again
i'm on package :
"@syncfusion/ej2-angular-documenteditor": "^20.1.51",
#Toolbar Issue:
in reInitToolbarItems(items) method
Line 100892 =>
this.restrictDropDwn.destroy()
this.breakDropDwn.destroy()
this.formFieldDropDown.destroy()
=> destroy
'Undo', 'Redo','Separator', 'Image', 'Table', 'Hyperlink', 'Bookmark', 'TableOfContents','Separator', 'Header', 'Footer', 'PageSetup', 'PageNumber', 'Break','Separator', 'Comments'
, 'TrackChanges'