Options
All
  • Public
  • Public/Protected
  • All
Menu
interface

MaskedInput control. This control is a fork of the input masking component available on GitHub https://github.com/estelle/input-masking by Estelle Weyl. & Alex Schmitz (c)

Hierarchy

Implements

Index

Constructors

constructor

Properties

context

context: __type

props

props: P & { children?: ReactNode; }

refs

refs: object

Type declaration

  • [key: string]: ReactInstance

state

Methods

componentDidMount

  • componentDidMount(): void

componentWillUnmount

  • componentWillUnmount(): void

forceUpdate

  • forceUpdate(callBack?: function): void
  • Parameters

    • Optional callBack: function
        • (): any
        • Returns any

    Returns void

render

  • render(): Element

setState

  • setState(f: function, callback?: function): void
  • setState(state: IMaskedInputState, callback?: function): void
  • Parameters

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc