MaskedInput

Mask Input to create custom looking inputs with custom formats

Extends: TextInput
(meaning you can pass the super component's props as well).

PROPS

namedescriptiontypedefault
renderMaskedTextcallback for rendering the custom input out of the value returns from the actual inputfunc
containerStylecontainer style for the masked input containercustom

LIVE EXAMPLE

CODE SAMPLE

See example here.