Hi all,
I'm using the modern text input control, and want to be able to just hit the ENTER key after typing in it to automatically select my SUBMIT button.
In the classic text input control, if I set DelayOutput:true and the OnChange to Select(mySubmitBtn), it waits until I hit enter to click the submit button.
In the modern text input control, if I set DelayOutput:true and the OnChange to Select(mySubmitBtn), if I pause typing for 1 second, it clicks the submit button.
Any ideas?


Report
All responses (
Answers (