i’m trying to return the keyboard focus to a umg text box after the user commit the text.
The problem is the text box only gets the focus back if the current textbox text value is not empty.
if i set the value of textbox to something not empty, it works.
It works for me.
I notice that scroll to end isn’t connected to anything, is there also a scrollbox here?
Scroll to end is just a function i made to scroll all the scroll boxes on the screen to the end.
But still not work even if i remove this function.
The weird part is if i set the textbox to something else, it works.