diff --git a/packages/vuetify/src/components/VOtpInput/VOtpInput.ts b/packages/vuetify/src/components/VOtpInput/VOtpInput.ts index 37e23e92a80..bf4d02e2421 100644 --- a/packages/vuetify/src/components/VOtpInput/VOtpInput.ts +++ b/packages/vuetify/src/components/VOtpInput/VOtpInput.ts @@ -75,6 +75,7 @@ export default baseMixins.extend().extend({ isFocused: 'updateValue', value (val) { this.lazyValue = val + this.otp = val?.split('') || [] }, },