File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
static/usage/v8/toggle/helper-error Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 66 < title > Input</ title >
77 < link rel ="stylesheet " href ="../../common.css " />
88 < script src ="../../common.js "> </ script >
9- < script
10- type ="module "
11- src ="https://cdn.jsdelivr.net/npm/@ionic/core@8/dist/ionic/ionic.esm.js "
12- > </ script >
13- < link
14- rel ="stylesheet "
15- href ="https://cdn.jsdelivr.net/npm/@ionic/core@8/css/ionic.bundle.css "
16- />
9+ < script type ="module " src ="https://cdn.jsdelivr.net/npm/@ionic/core@8/dist/ionic/ionic.esm.js "> </ script >
10+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@ionic/core@8/css/ionic.bundle.css " />
1711 </ head >
1812
1913 < body >
2014 < div class ="container ">
2115 < form id ="my-form ">
22- < ion-toggle helper-text ="This needs to be enabled " error-text ="This field is required ">
23- Wi-Fi
24- </ ion-toggle >
16+ < ion-toggle helper-text ="This needs to be enabled " error-text ="This field is required "> Wi-Fi </ ion-toggle >
2517
2618 < br />
2719
Original file line number Diff line number Diff line change 11``` html
22<form id =" my-form" >
3- <ion-toggle helper-text =" This needs to be enabled" error-text =" This field is required" >
4- Wi-Fi
5- </ion-toggle >
3+ <ion-toggle helper-text =" This needs to be enabled" error-text =" This field is required" > Wi-Fi </ion-toggle >
64
75 <br />
86
You can’t perform that action at this time.
0 commit comments