You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vuetify: 1.3.4 Vue: 2.5.17 Browsers: Chrome 69.0.3497.100 OS: Windows 10
Steps to reproduce
Open nav drawer, click second link, then the text field does not autofocus.
As well, if the text field was open on default page, then the autofocus works, but then I switch page, and then go back, the autofocus does not work again.
Expected Behavior
The autofocus works on initial app load, and if I open the page again from nav drawer.
Actual Behavior
The autofocus doesn't activate when opening the page.
Might work better if you save the html code to a file and then open it on browser. (because vuerouter checks for links in the url, and jsfiddle changes it)
The text was updated successfully, but these errors were encountered:
Versions and Environment
Vuetify: 1.3.4
Vue: 2.5.17
Browsers: Chrome 69.0.3497.100
OS: Windows 10
Steps to reproduce
Open nav drawer, click second link, then the text field does not autofocus.
As well, if the text field was open on default page, then the autofocus works, but then I switch page, and then go back, the autofocus does not work again.
Expected Behavior
The autofocus works on initial app load, and if I open the page again from nav drawer.
Actual Behavior
The autofocus doesn't activate when opening the page.
Reproduction Link
https://jsfiddle.net/rhevxaf6/
Other comments
Might work better if you save the html code to a file and then open it on browser. (because vuerouter checks for links in the url, and jsfiddle changes it)
The text was updated successfully, but these errors were encountered: