ngx-otp-input
Version:
One Time Password input library for Angular (14+)
12 lines (11 loc) • 325 B
TypeScript
export interface NgxOtpInputComponentOptions {
otpLength?: number;
autoFocus?: boolean;
autoBlur?: boolean;
hideInputValues?: boolean;
regexp?: RegExp;
showBlinkingCursor?: boolean;
ariaLabels?: string[];
inputMode?: string;
}
export declare const defaultOptions: NgxOtpInputComponentOptions;