
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?
Hi @russrimm1 ,
Modern controls are still mostly "in preview" and have different (or are lacking) functionality currently compared to the Classic equivalent. I suggest you revert to the Classic control if the Modern item is not currently performing as you require.