We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22c6cf commit e1fc6e2Copy full SHA for e1fc6e2
src/index.js
@@ -67,7 +67,7 @@ class MaskedInput extends React.Component {
67
this._onPaste = this._onPaste.bind(this)
68
this._onKeyPress = this._onKeyPress.bind(this)
69
}
70
-
+
71
componentWillMount() {
72
var options = {
73
pattern: this.props.mask,
0 commit comments