I’m trying to hide my text box saying “hello world” but it isn’t working and I can’t find the problem.
this is my code
$w(“#practxt”).text = “Hello World”
$w(“#practxt”).hide();
Is this inside a $w.onReady? If not then it might be executing before the element is ready and able to be hidden.