How to move from text field component to another component by pressing enter

i am making a login form in which my root container is a flex container.

  • in root i have added two more flex containers
  • in first flex container i have the text field
  • in second flex container i have the password field
  • i want to do is that when i press enter key in text field
  • it will move to the password field
  • both the components are in the same view
  • but in different flex containers

Duplicate of