BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
We have resolved theRichTextEditorcomponent reportedissue “Unwanted question mark coming while using the tools present in the rich text editor” and included in17.2.51patch release.
This is still an issue on version 18.4.49
public removeUnicode(): void {
this.rteObj.value = this.rteObj.value.replace(/[\u200B\uFEFF]/g, "");
} |
In my case: