In scripting block, when calling
input.textAsync("Your Name")
it would be convenient to have an optional second argument to provide a default value in the text field:
input.textAsync("Your Name", "Jane Doe")
In scripting block, when calling
input.textAsync("Your Name")
it would be convenient to have an optional second argument to provide a default value in the text field:
input.textAsync("Your Name", "Jane Doe")