BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
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: