<MaskedInput/>
50 | A React component which creates a masked <input/>
You can even externally update the card state like a standard input element:
57 |Placeholders are automatically generated but can be overridden with your own:
62 |Mask placeholder characters can be escaped with a leading \ to use them as static contents:
Leading static characters:
80 |Changing patterns:
85 |Dynamically changing the pattern as the user types:
96 |Custom format character (W=[a-zA-Z0-9_], transformed to uppercase) and placeholder character (en space):
{JSON.stringify(this.state, null, 2)}
107 |