Change text of text box from an event

Hi
How is there an example of setting the value of a text box from the change event of another text box when you have entered a value and need to set the value of another textbox with the Id from the selected textbox .

Hi @bhenning,

You need to do the following:

  1. Create a page property of string type
  2. Set the Value of the TextBox to ${textValue}
  3. Set textValue in the Change event of the other TextBox.