So, currently I have a text-input-field with a value that is also autofocused.
On page load, the value is selected / highlighted. Is there a way I can put the cursor at
Use this, its nice work for me...
OR add this line to your input element
onfocus="this.setSelectionRange(this.value.length,this.value.length);"