@niccoicco9 wrote:
hi guys, i have the ion label in two lines because is too long, i want display the ion label in the same line but text-wrap doesn’t work anymore with ionic4
code:
<ion-item> <ion-label > {{localization.configuration_ECM_Email_From}} </ion-label> <ion-input text-wrap text-wrap (ionChange)=changed($event) type="email" [(ngModel)]="userConfiguration.ECM_EMailFrom.ValueOfString"> </ion-input> </ion-item>
Posts: 1
Participants: 1