Focus in an input form field, using Vue 3
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,
Replies (1)
Hi,
Thank you for reaching out to us.
You can set your input field focus using focus() function.
document.getElementById("myTextField").focus(); You can read more about usage <a href="
Regards,
Lauris Stepanovs,
Keenthemes Support Team