diff --git a/components/lib/inputotp/InputOtp.vue b/components/lib/inputotp/InputOtp.vue index 95a046b01..cea4ace71 100755 --- a/components/lib/inputotp/InputOtp.vue +++ b/components/lib/inputotp/InputOtp.vue @@ -168,6 +168,7 @@ export default { if (this.readonly || this.disabled) { return; } + let paste = event.clipboardData.getData('text'); if (paste.length) {