If we select unordered list first and add list items--> it is adding ?? to last list item.
We fixed this problem by replace Rich text editor value by
.replace(/[\u200B\uFEFF]/g, "")
But we have so many rich text controls in a app. Is there any way to fix all RTE controls value in one place. Please let us know