mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-07 08:58:49 +08:00
The test for react-maskedinput is fixed.
This commit is contained in:
@@ -6,7 +6,7 @@ class Test extends React.Component {
|
||||
return (
|
||||
<MaskedInput mask="111"
|
||||
placeholderChar="X"
|
||||
formatCharacter={
|
||||
formatCharacters={
|
||||
{
|
||||
a: {
|
||||
validate: (char: string) => char,
|
||||
|
||||
Reference in New Issue
Block a user