diff --git a/components/lib/inputotp/InputOtp.vue b/components/lib/inputotp/InputOtp.vue index afb615662..2d8fde071 100755 --- a/components/lib/inputotp/InputOtp.vue +++ b/components/lib/inputotp/InputOtp.vue @@ -152,11 +152,6 @@ export default { break; - case 40: - event.preventDefault(); - - break; - case 39: this.moveToNext(event); event.preventDefault();