vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.62k stars 6.95k forks source link

[Bug Report][3.4.8] Using v-model.trim on a v-text-field makes compose key unusable #19049

Closed TrojanerHD closed 1 month ago

TrojanerHD commented 7 months ago

Environment

Vuetify Version: 3.4.8 Vue Version: 3.3.13 Browsers: Firefox 121.0 OS: Linux Desktop Environment: KDE Plasma 5.27.10

Steps to reproduce

Expected Behavior

In both text-fields I should be able to use the compose key

Actual Behavior

I can only use the compose key in text-fields that don't use trim for the v-model

Reproduction Link

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

Other comments

This is what it looks like for me:

Peek 2024-01-15 10-37.webm

KaelWD commented 7 months ago

They both work for me with plasma 5.24, is <input> broken too?

TrojanerHD commented 7 months ago

No, when changing v-text-field to input in my repro, both work fine