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 11``` html
22<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 >
44
55 <ion-input
66 id =" custom-input"
77 label =" Custom Counter Format"
88 label-placement =" floating"
99 :counter =" true"
10- maxlength =" 20"
10+ : maxlength =" 20"
1111 :counter-formatter =" customFormatter"
1212 ></ion-input >
1313</template >
Original file line number Diff line number Diff line change 11``` html
22<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 >
44
55 <ion-input
66 id =" custom-input"
77 label =" Custom Counter Format"
88 label-placement =" floating"
99 :counter =" true"
10- maxlength =" 20"
10+ : maxlength =" 20"
1111 :counter-formatter =" customFormatter"
1212 ></ion-input >
1313</template >
You can’t perform that action at this time.
0 commit comments