focus on input when element is shown into dom code example
Example 1: javascript force view to focus on a div
window.location.hash = '#tries';
Example 2: focus js
<input type="text" id="myTextField" value="Text field.">
<p></p>
<button type="button" onclick="focusMethod()">Click me to focus on the text field!</button>