UNPKG

restricted-input

Version:

Restrict inputs to certain valid characters (e.g. formatting phone or card numbers)

9 lines (8 loc) 267 B
import { BaseStrategy } from "./base"; export declare class IosStrategy extends BaseStrategy { getUnformattedValue(): string; protected attachListeners(): void; private fixLeadingBlankSpaceOnIos; private formatListener; private keydownListener; }