Hello,
I would like to know how to give focus to a form field in a modal. I'm using the Metronic template with VueJs.
Regards,
Hi,
Thank you for reaching out to us.
You can set your input field focus using focus()
function.
document.getElementById("myTextField").focus();