File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
static/usage/v7/input/mask Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export class ExampleComponent {
22
22
' ' ,
23
23
... Array (4 ).fill (/ \d / ),
24
24
' ' ,
25
- ... Array (4 ).fill (/ \d / ),
25
+ ... Array (3 ).fill (/ \d / ),
26
26
],
27
27
};
28
28
Original file line number Diff line number Diff line change 59
59
' ' ,
60
60
...Array ( 4 ) . fill ( / \d / ) ,
61
61
' ' ,
62
- ...Array ( 4 ) . fill ( / \d / ) ,
62
+ ...Array ( 3 ) . fill ( / \d / ) ,
63
63
] ,
64
64
} ) ;
65
65
}
Original file line number Diff line number Diff line change 42
42
' ' ,
43
43
... Array (4 ).fill (/ \d / ),
44
44
' ' ,
45
- ... Array (4 ).fill (/ \d / ),
45
+ ... Array (3 ).fill (/ \d / ),
46
46
],
47
47
});
48
48
}
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ function Example() {
14
14
... Array (4 ).fill (/ \d / ),
15
15
' ' ,
16
16
... Array (4 ).fill (/ \d / ),
17
+ ' ' ,
18
+ ... Array (3 ).fill (/ \d / ),
17
19
],
18
20
},
19
21
});
Original file line number Diff line number Diff line change 23
23
... Array (4 ).fill (/ \d / ),
24
24
' ' ,
25
25
... Array (4 ).fill (/ \d / ),
26
+ ' ' ,
27
+ ... Array (3 ).fill (/ \d / ),
26
28
],
27
29
elementPredicate : (el : HTMLIonInputElement ) => {
28
30
return new Promise ((resolve ) => {
You can’t perform that action at this time.
0 commit comments