Advancing a Form Based on ANY Text Input

If I want a form to progress from a text box once ANYTHING is typed into it at all, what would I need to use as my command? I am aware I can use ${xxx}='yyy' in relevant for the next row but if I just want the form to progress based on literally a single keystroke, is that possible?

Thanks!

The select_one widget has an option to add autoadvance. There is no setting like that for text inputs.

Can you please describe your use-case in more detail?

Thanks for the reply! To be honest I didn't have a real need for this in my current projects, I I was just curious if it were possible!

1 Like