Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils/mask

Index

Functions

getInputMask

  • getInputMask(mask: any, placeholderChar?: any): any
  • Returns an input mask that is compatible with the input mask library.

    Parameters

    • mask: any

      The Form.io input mask.

    • Optional placeholderChar: any

      Char which is used as a placeholder.

    Returns any

    • The input mask for the mask library.

matchInputMask

  • matchInputMask(value: any, inputMask: any): boolean

Generated using TypeDoc