How to change text in buttons if it is a component? Please elaborate.
You create a property and then bind that property to the text of the button
Then you can define it per instance basis
I made a button
I made it a component. I added the property “Text”
Then I add a button from the Library, but I can’t change the text. And the initial value should be “button” and I still have “GO”.
Thanks, now I get it:)
1 Like