diff --git a/components/lib/inputotp/InputOtp.vue b/components/lib/inputotp/InputOtp.vue index 0ad950811..196c8ee13 100755 --- a/components/lib/inputotp/InputOtp.vue +++ b/components/lib/inputotp/InputOtp.vue @@ -132,7 +132,7 @@ export default { if (event.ctrlKey || event.metaKey) { return; } - + switch (event.code) { case 'ArrowLeft': this.moveToPrev(event);