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
@jcjp There is simmilar issue but for manual entry, and blur was removed.
Most common usecase is to have v-otp-input inside a form that is submited on Enter, where user copy/pastes the token.
I personally would remove blur completely, and if blur is needed you can always handle that in finish event, although I can't imagine a single scenario where blur is needed.
My workaround is to refocus the component on finish event
Environment
Vuetify Version: 3.8.1
Vue Version: 3.5.13
Browsers: Chrome 135.0.0.0
OS: Windows 10
Steps to reproduce
Copy/paste some token into otp input
Expected Behavior
otp input doesn't lose focus and form can be submited
Actual Behavior
otp input loses focus after token is pasted, and form can't be submitted.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Behavior is caused by line
The text was updated successfully, but these errors were encountered: