Functions
getInputMask
- getInputMask(mask: any, placeholderChar?: any): any
Parameters
mask: any
Optional placeholderChar: any
Returns any
- The input mask for the mask library.
matchInputMask
- matchInputMask(value: any, inputMask: any): boolean
Parameters
Returns boolean
Returns an input mask that is compatible with the input mask library.