I copy a element (large grid). Then I unbind the text. But somehow whenever I change the text in some place, it is synced to another one all the time, which I don’t want it. How to fix it?
You’re using a component, so you’ll need to make a text component property, bind it to the text module, and change the text that way.
1 Like
Thanks for the reply (and sorry for the late msg).
I created some thing new from scratc,h so not have this issue any more. But just for my knowledge, what do you mean by “making a text component property”? In the current component? or in the current text module? Any link for it?