Thanks a lot, Ashley. It’s what I’m looking for. And I didn’t know pipe in binding.
But I got an error:
Parser Error: Cannot have a pipe in an action expression at column 8 in [ccia | uppercase=$event] in ng:///AppModule/DatiRapportoPage.html@84:58 ("
<ion-col col-2>
<ion-input type="text" placeholder="----" [ERROR ->][(ngModel)]='ccia | uppercase'></ion-input>
</ion-col>
It doesn’t work in ion-Input. Or the problem is in ng-model, because this one works:
@rapropos friend I trying this it and work fine here but with [ngModel] in the case if I want to use this in a formControlName doesn’t work and now, can you help me?