how to display real value of a text property in a section in case >1 spaces btw words

how to display real value of a text property in a section in case >1 spaces btw words.

For text e.g. “I like study”, in which >1 spaces btw words “I” and “like”, it will be displayed in section as “I like study”, only one space reserviced btw the two words.

how could we see the real value?

@MaxonL16591286 Not the greatest solution maybe, but you could create a new control and convert all spaces to the HMTL entity for a space -

@andwww thanks. I used a css style “whitespace: pre” and apply it to the text field.