Type Alias: NumberMaskOptions
type NumberMaskOptions = NumericMaskOptions & {
isPercentage?: boolean;
type: Number;
};
Type Declaration
| Name | Type | Description |
|---|---|---|
isPercentage? |
boolean |
Adds a percent sign to the input. Does not affect the underlying value. |
type |
Number |
- |