When I place an attribute from a dataset in a Rich Text component it seems to add an additional white space when creating the PDF.
This is what I have in the Rich Text component:
{Property.Something}
Placeholder Text
When debugging I can see that Property.Something is being set as "This is my text". Note that there is no additional space in front of the string.
But when I then open the created PDF file there is an additional white space in front. As if the { is being parsed as white space.
So instead of showing:
This is my text
Placeholder Text
For some reason your forum removes the empty white space in front of a new sentence. So instead of white space I've typed a ! symbol.
So note that the ! should be a white space down below.
it shows:
!This is my text
Placeholder Text
Spacing issue with attributes in Rich Text component
-
- Posts: 1
- Joined: Mon Oct 03, 2022 2:58 pm