compose noob question, that I am struggling to fin...
# compose
r
compose noob question, that I am struggling to find the right google terminology for. I am creating a simple login / signup form, and notice that when a user hits enter or tab, that is viewed as text input, rather than moving the user to the next item in the flow... how do I specify that these keyboard actions should move the user to the next input (and, ideally, perform the login action in the event of hitting enter when inside the password textfield).