Hello,
I have a condition whereby my Text Input (lets say the name is TextInput1) having Default : Gallery1.Selected.'Worker name', then in some event, I need to clear that text. So I created a button right beside that Textinput1 to clear that text inside.
Usually I'm using Reset(TextInput1) , but I realize reset is just to give the default value back.
How to clear the text ?
Thanks