Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug Report][3.6.12] [VOtpInput] Value is over-setted on paste #20158

Closed
Assignees
Labels
C: VOtpInput T: bug Functionality that does not work as intended/expected
Milestone

Comments

@kerimovok
Copy link

Environment

Vuetify Version: 3.6.12
Vue Version: 3.4.31
Browsers: Chrome 126.0.0.0
OS: Windows 10

Steps to reproduce

Copy and paste a value with a length more than set on the prop

Expected Behavior

Trim over-setted value
Lenght prop: 5
Value length trimmed to 5

Actual Behavior

Value is over-setted
Length prop: 5
Value length doesn't trimmed

Reproduction Link

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

# for free to join this conversation on GitHub. Already have an account? # to comment