Hello Syncfusion-Team,
I am using the Syncfusion In-place Editor in my Angular app. When I put a value with the '&' sign, the '&' is automatically replaced with '&'. Is there a way to prevent this behaviour?
This is how i embed it in my HTML:
<ejs-inplaceeditor
mode="Inline"
type="Text"
[showButtons]="false"
value="test & test"
></ejs-inplaceeditor>
Kind Regards,
Peter