Skip to content

Commit

Permalink
Fix issue #61, remove react warning (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heymdall authored and iamdustan committed Jul 20, 2016
1 parent ed48086 commit bab325f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <input {...props}
ref={r => this.input = r }
Expand Down

0 comments on commit bab325f

Please sign in to comment.