Hi Rahul,
We have further validated your query “Unwanted question mark coming while using the tools present in the rich text editor” with version 18.4.49
We have tried to reproduce the issue, but we couldn’t. we suspect that the issue occurs due to the Unicode characters in the Rich Text Editor. This issue can be resolved by replacing the Unicode characters with empty content. We have prepared a sample for your reference,
Code Snippet:
public removeUnicode(): void {
this.rteObj.value = this.rteObj.value.replace(/[\u200B\uFEFF]/g, "");
} |
Please check the above code snippet and the sample and let us know if it resolves your issue.
Still, if you are facing the issue, Please share us the following details,
- Runnable issue reproducing sample,
- Video illustration of issue reproducing steps.
The above details will be helpful for us to resolve the issue to assist you at the earliest.
Regards,
Vinitha