diff --git a/src/index.js b/src/index.js index 20568a2..238a544 100644 --- a/src/index.js +++ b/src/index.js @@ -189,7 +189,7 @@ var MaskedInput = React.createClass({ }, render() { - var {mask, formatCharacters, size, placeholder, ...props} = this.props + var {mask, formatCharacters, size, placeholder, placeholderChar, ...props} = this.props var patternLength = this.mask.pattern.length return this.input = r }