vuetify
vuetify copied to clipboard
[Bug Report][3.7.2] TextField focused prop ignored on blur
Environment
Vuetify Version: 3.7.2 Vue Version: 3.5.12 Browsers: Chrome 129.0.0.0 OS: Mac OS 10.15.7
Steps to reproduce
focus the input, then unfocus the input. The focused prop gets reset. I would expect the prop to overrule this behaviour
Expected Behavior
The input field should remain focused
Actual Behavior
The input field loses focus