It appears that on Modern Tex Input controls, the OnChange event/property is not correctly triggered like the Classic Text Input control, even with `Trigger output` set to `Key press`. I have tested this in both Chrome and Firefox with the same result using a Notify() function. It doesn't trigger unless I change the control focus.
The modern controls also don't work with the SetFocus function.
I am also surprised to find that, for a single line text field, enter doesn't submit the value and cause the field to lose focus (you know, like 99.9% of other apps, web or otherwise). Any legitimate reason for this behaviour?
I was hoping to use Power Apps as a way to create an app that can be maintained by users who have less experience writing code, but given the above I'm now starting to doubt going down this route if I have to use hacky workarounds for basic functionality.