We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 3.7.12 Vue Version: 3.5.13 Browsers: Chrome 133.0.0.0 OS: Mac OS 10.15.7
the text input should remain the same
the text double its character: "d" -> "dd", "ca" -> "caca",...
https://play.vuetifyjs.com/#...
This happens on the vuetify document too
The text was updated successfully, but these errors were encountered:
from this discussion #21000
Sorry, something went wrong.
Is this different from #18981?
yes, i think it is different. #18981 is about updating v-text-field's v-model during IME input.
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.7.12
Vue Version: 3.5.13
Browsers: Chrome 133.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Expected Behavior
the text input should remain the same
Actual Behavior
the text double its character: "d" -> "dd", "ca" -> "caca",...
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
This happens on the vuetify document too
The text was updated successfully, but these errors were encountered: