Hello, I'm using a text datatype to allow the user to enter some free text.
I disable the edit controls by calling unset_texteditor() and it works.
If typed text has newlines, when later I go to the record's view, the text is shown in a single line.
However, in edit mode the newlines are kept.
So, is there a way to show the text with newlines in the record's view ?
Thanks !