Hi Community, I warnt to change the value of a text component at ocurence of a specific event. The text component still displays the initial value despite Set value call with a different value. I am using the version 3.6.0 Should I place the text in a specific parent component to rerender it?
Hi @aliman_paloha! If you provide more detail, I’m happy to help further. As a very basic example, this will change the text to say “Testing” when the screen is tapped:
Hi @Mingus ! Thank you very much. I immediately saw my mistake thank the screenshot you provided. I forget to bind the “Enter” node to an event source. It works very well
1 Like