Vuetify: 1.0.0-beta.4
Vue: 2.5.13
Browsers: Chrome 63.0.3239.132
OS: Linux x86_64
The field should be blurred
The field loses its focused style, but its input element remains focused
https://codepen.io/anon/pen/WdKvxa
The focus method appears to work correctly.
Apparently the focus and blur methods are event listeners, and weren't meant to be called from outside like this.
A hackish workaround is possible: https://codepen.io/anon/pen/dJjovW
I would prefer to use the focus and blur methods methods because then it's the same as native input elements with ref.
This is functionality that will be improved upon for the 1.1 forms release. Currently those methods are not considered public. Thank you for the report.
Hi, I just encountered the same issue on v.1.1.10, any updates on that ?
Thank you !
Still works for me: https://codepen.io/anon/pen/ajPYWx?editors=1010
Please don't comment on old closed issues, open a new one with a repro link if you're still experiencing it.
@KaelWD I don't understand how your repro reproduces the bug. Of course the input is blurred if you click to activate the checkbox.
Here's a proper repro that shows the bug (type something into the field and hit enter): https://codepen.io/anon/pen/djwmZo
The issue was closed without a fix, with a promise that this will be improved in 1.1. It was not. It would be more appropriate to reopen this bug report, I don't really understand why it had to be closed in the first place anyway.
You're right, sorry I didn't check the original repro again. I don't know why the was closed originally.