mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
The test for react-maskedinput is fixed.
This commit is contained in:
parent
b53efa4d06
commit
8a792d864f
@ -6,7 +6,7 @@ class Test extends React.Component {
|
||||
return (
|
||||
<MaskedInput mask="111"
|
||||
placeholderChar="X"
|
||||
formatCharacter={
|
||||
formatCharacters={
|
||||
{
|
||||
a: {
|
||||
validate: (char: string) => char,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user