Angular2+ autofocus input element

后端 未结 10 2060
走了就别回头了
走了就别回头了 2020-12-07 18:24

How can I autofocus input element? Similar to this question, but not with AngularDart. Something like this:



        
10条回答
  •  遥遥无期
    2020-12-07 19:15

    Starting from IE11, as all other modern browsers, the native HTML autofocus Attribute for inputs should work fine too without tying on Angular:

    
     
    
    

提交回复
热议问题