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.4.9] VTextField update during IME composition #18981

Open
kingyue737 opened this issue Jan 5, 2024 · 1 comment · May be fixed by #19397
Open

[Bug Report][3.4.9] VTextField update during IME composition #18981

kingyue737 opened this issue Jan 5, 2024 · 1 comment · May be fixed by #19397
Assignees
Labels
C: VTextField VTextField T: bug Functionality that does not work as intended/expected

Comments

@kingyue737
Copy link
Contributor

kingyue737 commented Jan 5, 2024

Environment

Vuetify Version: 3.4.9
Last working version: 3.0.0-beta.0
Vue Version: 3.4.5
Browsers: Edge 120.0.0.0
OS: Windows 10

Steps to reproduce

Type Chinese in VTextField

Expected Behavior

modelValue only gets updated after IME composition like Vue default behavior https://vuejs.org/guide/essentials/forms.html#vmodel-ime-tip

Actual Behavior

modelValue is updatd during IME composition
Which seemed to be introduced by #15907

image

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

Some people think it should not update during composition which conforms to Vue default behavior:

Thing can get very ugly in terms of a search input where incorrect results will be returned in the middle of IME composing (before the intended character arrives in the input).
#5748 (comment)

While some others do not: #15901

What do you think about adding a prop to toggle this behavior?

@yuwu9145 yuwu9145 self-assigned this Jan 7, 2024
@yuwu9145
Copy link
Member

yuwu9145 commented Jan 7, 2024

Vuetify should behave the same as Vue default behavior in terms of IME, unless there was any obvious reason to justify against it.

So I think it should be a bug/issue.

@yuwu9145 yuwu9145 added T: bug Functionality that does not work as intended/expected C: VTextField VTextField and removed S: triage labels Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTextField VTextField T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants