Can't focus on QInput after component mounted.(v0.14)
-
When the QInput component was mounted, I can put focus on it.
- The “autofocus” Focus input field after rendering component, but after this, it doesn’t work.
document.getElementById('inputID').focus();
doesn’t work either.
Can you provide a parameter or a method to do this? Thank you!
-
-
Ok. How to use it ?
-
http://beta.quasar-framework.org/components/introduction-for-beginners.html#Handling-Vue-Methods
Reading the whole page after that will also help in understanding some other things. -
Thank you ! : )