diff --git a/src/app/components/inputotp/inputotp.ts b/src/app/components/inputotp/inputotp.ts index a1a58a3394f..058aca59fa5 100644 --- a/src/app/components/inputotp/inputotp.ts +++ b/src/app/components/inputotp/inputotp.ts @@ -126,7 +126,7 @@ export class InputOtp implements AfterContentInit { value: any; get inputMode(): string { - return this.integerOnly ? 'number' : 'text'; + return this.integerOnly ? 'numeric' : 'text'; } get inputType(): string {