Move Cursor to next text Field pressing Enter

前端 未结 5 1287
半阙折子戏
半阙折子戏 2020-12-24 09:30

I have multiple text fields in my form and I want when user enters data in one text field and press enter that the cursor moves to another text-field which is next to curren

5条回答
  •  借酒劲吻你
    2020-12-24 10:02

    Try this , as soon as you press it will move to next input field in the form, and when it reaches submit button it will submit the form

                
         
           
            
            
         
         
          

提交回复
热议问题