Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230283

Ionic 4 - ion-input underline

$
0
0

On my project Ionic 4 Angular 7 i’ve a setting page with this code:

<ion-content padding class="tab4-content">
  <ion-list>
    <ion-item>
      <ion-label>{{ 'VERSION' | translate }}:</ion-label>
      <ion-label class="aligned-right">{{ version }}</ion-label>
    </ion-item>
  </ion-list>
  <ion-list>
    <ion-item>
      <ion-label>{{ 'GPS' | translate }}</ion-label>
      <ion-toggle [disabled]="GPSshouldDisable" checked="false"></ion-toggle>
    </ion-item>
    <ion-item>
      <ion-label>{{ 'GPSE' | translate }}</ion-label>
      <ion-toggle [disabled]="GPSEshouldDisable" checked="false"></ion-toggle>
    </ion-item>  
  </ion-list>
</ion-content>

this the result:

How can i change settings described on screenshot ?
Thanks


Viewing all articles
Browse latest Browse all 230283

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>