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
@sh7dm In the pen you provided, for me, on FF69, the text field is focused on first show, but not on subsequent shows (possibly expected behaviour). In ver 2.0.14 it never gets focused.
Environment
Vuetify Version: 2.0.14
Last working version: 2.0.11
Vue Version: 2.6.10
Browsers: Firefox 69.0, Google Chrome
OS: Windows 10
Steps to reproduce
Set autofocus to true on a v-text-field in a dialog.
Expected Behavior
v-text-field is focused when the dialog is shown.
Actual Behavior
The v-text-field is not focused.
Reproduction Link
https://codepen.io/avenmore/pen/LYPOboY
Other comments
I believe this behaviour may have been changed by the commit 970ac5a to fix the dialog focus issue.
The text was updated successfully, but these errors were encountered: