@ngodings/ngx-rupiah
Version:
Angular directive mask for currency Rupiah/IDR support for NgModule or Reactive forms, pipe for currency Rupiah/IDR & pipe for terbilang in Rupiah/IDR
13 lines (12 loc) • 440 B
TypeScript
export declare class InputManager {
private htmlInputElement;
private _storedRawValue;
constructor(htmlInputElement: any);
setCursorAt(position: number): void;
updateValueAndCursor(newRawValue: string, oldLength: number, selectionStart: number): void;
get canInputMoreNumbers(): boolean;
get inputSelection(): any;
get rawValue(): string;
set rawValue(value: string);
get storedRawValue(): string;
}