I am developing a component in Angular2 (Beta 8). The component has a textbox and a dropdown. I would like to set the focus in textbox as soon as component is loaded or on c
Using simple autofocus HTML5 attribute works for 'on load' scenario
autofocus
or
Submit
http://www.w3schools.com/TAgs/att_input_autofocus.asp