Thanks, that works, but I was wondering if there was a command to do that in bulk, for example, having the inputs in a group and then setting the text to “” on the group or something like that…
I think I found a quick way: editing the interaction in the interaction pane (the pop up) allows to select multiple objects with a check box see screenshot:
@madven - Can I ask why you’re looking to doing it? I’m just interested in the use case in the context of form usability (not looking to unpick your thinking)
I have a form with many fields, and I wanted to let the user clear the content and start from scratch if the want to. Pretty common case for complex forms.
Hi there, just a quick reply - I just found that creating a variable called ZeroContent with an empty value and then setting the Set Text to the value of the variable works best. It resets the input field and this shows the input hint. When I set the value of text = " " the hint would not show.