Create New Row won't focus on Text field

Thanks for the update. I ended up using jquery in my snippet to force selection on the first element. 

$('#newCheckOutTable').find("input")[0].focus();<br>