File tree 3 files changed +3
-3
lines changed
static/usage/v7/input/mask 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
<ion-input id =" card" label =" Card number" placeholder =" 0000 0000 0000 0000" ></ion-input >
13
13
</ion-item >
14
14
<ion-item >
15
- <ion-input id =" phone" label =" US Phone number" placeholder =" +1 (xxx) xxx-xxxx" ></ion-input >
15
+ <ion-input id =" phone" label =" US phone number" placeholder =" +1 (xxx) xxx-xxxx" ></ion-input >
16
16
</ion-item >
17
17
</ion-list >
18
18
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function Example() {
30
30
<IonInput ref = { cardRef } label = " Card number" placeholder = " 0000 0000 0000 0000" ></IonInput >
31
31
</IonItem >
32
32
<IonItem >
33
- <IonInput ref = { phoneRef } label = " US Phone number" placeholder = " +1 (xxx) xxx-xxxx" ></IonInput >
33
+ <IonInput ref = { phoneRef } label = " US phone number" placeholder = " +1 (xxx) xxx-xxxx" ></IonInput >
34
34
</IonItem >
35
35
</IonList >
36
36
);
Original file line number Diff line number Diff line change 5
5
<ion-input label =" Card number" placeholder =" 0000 0000 0000 0000" v-maskito =" cardOptions" ></ion-input >
6
6
</ion-item >
7
7
<ion-item >
8
- <ion-input label =" US Phone number" placeholder =" +1 (xxx) xxx-xxxx" v-maskito =" phoneOptions" ></ion-input >
8
+ <ion-input label =" US phone number" placeholder =" +1 (xxx) xxx-xxxx" v-maskito =" phoneOptions" ></ion-input >
9
9
</ion-item >
10
10
</ion-list >
11
11
</template >
You can’t perform that action at this time.
0 commit comments