Problem with dynamic component type Label

Hi everyone,
I have a little problem with the dynamic component when creating a label. If I pass the space character ‘’ to the created label and then go to verify the content by querying the text property, it returns empty instead of space.
Do you think it can be resolved?

You could overcome that problem using an if … then … else … statement

Thank you.
I know how to get around the problem by code, but it seems to me an error that the character is not inserted.
What do you think?

Yes I believe it is strange because if you don’t use dynamic components then …

image

image

1 Like

I think it is a small bug of the dynamic component. Even if I pass it three space characters, it returns blank. If I pass it ’ x’ then it returns ’ x’.