You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have multiple InputText's in a popup modal. I need to figure out how to check if a textInput has been pressed, execute a function and after that, give the focus to the parent again so the function does not get executed the next frame too (or any other way of checking if the previous element has been selected/clicked/has a cursor in it and removing it). Ive tried several things. This is one of my examples:
I cant give the previous element a focus because with a second textbox under the first one, it would just push the focus "up" one.
Note: "helper.getKeyboardInput();" opens a native touch keyboard on my device and returns whatever has been typed into " j_windows["loginWindow"]["displayData"]["username"]", which on the next frame is inside "jUser.data()". At least that was my plan.
Even though i didnt fill out the template, i still hope i can get some help.
The text was updated successfully, but these errors were encountered:
Slluxx
changed the title
Remove textInput focus
Remove InputText focus
Jul 20, 2021
Hey,
i have multiple InputText's in a popup modal. I need to figure out how to check if a textInput has been pressed, execute a function and after that, give the focus to the parent again so the function does not get executed the next frame too (or any other way of checking if the previous element has been selected/clicked/has a cursor in it and removing it). Ive tried several things. This is one of my examples:
I cant give the previous element a focus because with a second textbox under the first one, it would just push the focus "up" one.
Note: "helper.getKeyboardInput();" opens a native touch keyboard on my device and returns whatever has been typed into " j_windows["loginWindow"]["displayData"]["username"]", which on the next frame is inside "jUser.data()". At least that was my plan.
Even though i didnt fill out the template, i still hope i can get some help.
The text was updated successfully, but these errors were encountered: