Here when an event Button.click occurs text for label1 changes to the text entered in the TextInput1.
But while testing the app when I click the enter button from the keyboard and then press the button It shows “Hi Unidentified” in Label1.
See here…
And when I don’t press enter and directly hit the button It shows me The correct input from the textbox.
See here…
Also when i tried to re-run the live test it showed me the same thing but this time it only remained there for few milliseconds and then displayed the default text for Label1.
See here…
I think that is a Bug.
Cheers.