Dear all,
I am using plaintext function in the value property of a modern textcontrol with a sharepoint rich text column, since otherwise the modern textcontrol shows my a html code instead of a text.
Peculiarly I have just found out, that every time I save an item in my app, the item always gets updated in the new version in the mentioned rich text column - no matter, whether I do change the text in the control or not.
If I don't use plaintext() function, this doesn't happen - as expected it only updates the item, if I change the text in the control. If I don't - it doesn't happen.
I could find no data on this - Is it known? Intended? Or is it some sort of a bug?
It doesn't do any harm actually, but each version of the item lists the updates of all columns using plain text with same values all over again - this is a little bit annoying and could cause unwanted question on user's side.
Still - any way to prevent this from happening?