Hello!
I have a login system set up in flash where people enter an email and password. Hence, there’s two text fields and a submit button.
This submit button responds to the Enter key on the keyboard.
The problem is that if I define those two textfields with tabIndex, the submit button does not respond to the enter key anymore.
Do I need to use listeners to fix this somehow? anyone knows?
:cons: