Input field loses its focus when I use [q-route-tab] component #8986
Unanswered
saifobeidat
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
Looks like the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a page that contains an input field, I need it to be auto focused once you enter that page, so I am using this code:
Search.vue page
If you go to Search.vue page using the code, the auto focus will work:
But if you go to Search.vue page using the code, the auto focus will work for the first time only, and then it loses the focus:
Beta Was this translation helpful? Give feedback.
All reactions