Skip to content
New issue

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

[Bug Report][3.7.12] v-autocomplete double the input text when click keydown/up to select item, bug occurs when using IME input #21001

Open
hqthinhhh opened this issue Feb 19, 2025 · 3 comments · May be fixed by #21008

Comments

@hqthinhhh
Copy link

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

  1. use v-autocomplete
  2. change keyboard to Vietnamese
  3. type 'd'/'ca'/... in the input
  4. press keydown/keyup and observe

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

@hqthinhhh
Copy link
Author

from this discussion #21000

@babu-ch babu-ch linked a pull request Feb 22, 2025 that will close this issue
@johnleider
Copy link
Member

Is this different from #18981?

@hqthinhhh
Copy link
Author

hqthinhhh commented Feb 28, 2025

yes, i think it is different. #18981 is about updating v-text-field's v-model during IME input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants