Sorry for the confusion but please forget the scrollview, it's about the UIInput.
What i miss is a onChange notify in the editor for UIInput.
I use onchange for the username input on my login form, and for everytime the text change in the UIInput i save the value into userprefs.
The problem i have with onSubmit is that if the user uses the mouse and click on the UIInput and writes a username, then use the mouse to click outside of the username UIInput the onSubmit is never triggered.
I solved it by using onChange by code, but i would be really happy if the onChange could be implemented in the editor too since i prefer to set events in the editor not by code

Kind regards
Kenneth