Environment
Vuetify Version: 4.0.6
Vue Version: 3.5.33
OS: Windows 10 (current)
Steps to reproduce
- Select all content inside the masked field
- Copy the value (CTRL + C)
- Paste the value (CTRL + V)
Expected Behavior
the content is fully replaced while the value remains
unchanged
Actual Behavior
The content is replaced, but the value becomes corrupted 12345678-90111 - 12345678-01111
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Perhaps, it's break while we have mask with - symbols, perhaps some others too? If I use ####### only as mask, it works fine.
Images

Environment
Vuetify Version: 4.0.6
Vue Version: 3.5.33
OS: Windows 10 (current)
Steps to reproduce
Expected Behavior
the content is fully replaced while the value remains
unchanged
Actual Behavior
The content is replaced, but the value becomes corrupted 12345678-90111 - 12345678-01111
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Perhaps, it's break while we have mask with
-symbols, perhaps some others too? If I use#######only as mask, it works fine.Images