File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
``` html
2
2
<template >
3
- <ion-input label =" Default counter" label-placement =" floating" :counter =" true" maxlength =" 20" ></ion-input >
3
+ <ion-input label =" Default counter" label-placement =" floating" :counter =" true" : maxlength =" 20" ></ion-input >
4
4
5
5
<ion-input
6
6
id =" custom-input"
7
7
label =" Custom Counter Format"
8
8
label-placement =" floating"
9
9
:counter =" true"
10
- maxlength =" 20"
10
+ : maxlength =" 20"
11
11
:counter-formatter =" customFormatter"
12
12
></ion-input >
13
13
</template >
Original file line number Diff line number Diff line change 1
1
``` html
2
2
<template >
3
- <ion-input label =" Default counter" label-placement =" floating" :counter =" true" maxlength =" 20" ></ion-input >
3
+ <ion-input label =" Default counter" label-placement =" floating" :counter =" true" : maxlength =" 20" ></ion-input >
4
4
5
5
<ion-input
6
6
id =" custom-input"
7
7
label =" Custom Counter Format"
8
8
label-placement =" floating"
9
9
:counter =" true"
10
- maxlength =" 20"
10
+ : maxlength =" 20"
11
11
:counter-formatter =" customFormatter"
12
12
></ion-input >
13
13
</template >
You can’t perform that action at this time.
0 commit comments