The test for react-maskedinput is fixed.

This commit is contained in:
Eugene Gundorov 2017-08-25 16:23:49 +03:00
parent b53efa4d06
commit 8a792d864f

View File

@ -6,7 +6,7 @@ class Test extends React.Component {
return (
<MaskedInput mask="111"
placeholderChar="X"
formatCharacter={
formatCharacters={
{
a: {
validate: (char: string) => char,