Focus on newly added input element

前端 未结 5 1521
臣服心动
臣服心动 2020-11-22 15:28

I have a new Angular 2 app with a list of input boxes. When the user hits the return key, I add a new input box immediately after the one they\'re

5条回答
  •  无人共我
    2020-11-22 16:08

    With inline angular code, focus after conditional paint:

      
        
        
        
        {{taskEditText.focus()}}
      
    

提交回复
热议问题