MaskedInput
Mask Input to create custom looking inputs with custom formats
Extends: TextInput
(meaning you can pass the super component's props as well).
(meaning you can pass the super component's props as well).
PROPS
name | description | type | default |
---|---|---|---|
renderMaskedText | callback for rendering the custom input out of the value returns from the actual input | func | |
containerStyle | container style for the masked input container | custom |
LIVE EXAMPLE
CODE SAMPLE
See example here.