NuxtN
Nuxt3y ago
19 replies
Lord Aurelion

Focus input

Hello everyone, i'm trying to focus an input on page load, it works fine when i manually reload the browser but does not work when i'm using navigateTo to navigate to this input page, do you have any solution ?

nextTick(() => document.getElementById('code').focus())
Was this page helpful?