Simultaneous text widget inputs

Hello,

I have two text widgets. I would like the text I type into text widget A to appear in text widget B simultaneously. So, as I’m typing in text widget A, I would like that to appear also in text widget B.

I do not want to load a variable so that the text from widget A will then appear on text widget B.

Is this possible to do in Axure?

Thanks!

No variables required.

Field A
OnTextChange
Set text on (Widget B) to [[this.text]]

1 Like