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 {
2222 ' ' ,
2323 ... Array (4 ).fill (/ \d / ),
2424 ' ' ,
25- ... Array (4 ).fill (/ \d / ),
25+ ... Array (3 ).fill (/ \d / ),
2626 ],
2727 };
2828
Original file line number Diff line number Diff line change 5959 ' ' ,
6060 ...Array ( 4 ) . fill ( / \d / ) ,
6161 ' ' ,
62- ...Array ( 4 ) . fill ( / \d / ) ,
62+ ...Array ( 3 ) . fill ( / \d / ) ,
6363 ] ,
6464 } ) ;
6565 }
Original file line number Diff line number Diff line change 4242 ' ' ,
4343 ... Array (4 ).fill (/ \d / ),
4444 ' ' ,
45- ... Array (4 ).fill (/ \d / ),
45+ ... Array (3 ).fill (/ \d / ),
4646 ],
4747 });
4848 }
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ function Example() {
1414 ... Array (4 ).fill (/ \d / ),
1515 ' ' ,
1616 ... Array (4 ).fill (/ \d / ),
17+ ' ' ,
18+ ... Array (3 ).fill (/ \d / ),
1719 ],
1820 },
1921 });
Original file line number Diff line number Diff line change 2323 ... Array (4 ).fill (/ \d / ),
2424 ' ' ,
2525 ... Array (4 ).fill (/ \d / ),
26+ ' ' ,
27+ ... Array (3 ).fill (/ \d / ),
2628 ],
2729 elementPredicate : (el : HTMLIonInputElement ) => {
2830 return new Promise ((resolve ) => {
You can’t perform that action at this time.
0 commit comments