Open UDTDR opened 5 years ago
Need help please, thanks
Html Code:
<ion-input #inputs *ngIf="item.Type == 'Currency' && currentPlatform == 'ios'" [(ngModel)]="item.FieldValue" [ngModelOptions]="{standalone: true}" float-left [type]="currentPlatform == 'android' ? 'text' : 'text'" pattern="[0-9]*" inputmode="numeric" decimal="true" allow-multiple-decimals="false" decimal-char="," (click)='openCurrencyClick()'> </ion-input>
the plugin doesnt work with angular or ion controls, try using a normal HTML control such as input:text
Need help please, thanks
Html Code:
<ion-input #inputs *ngIf="item.Type == 'Currency' && currentPlatform == 'ios'" [(ngModel)]="item.FieldValue" [ngModelOptions]="{standalone: true}" float-left [type]="currentPlatform == 'android' ? 'text' : 'text'" pattern="[0-9]*" inputmode="numeric" decimal="true" allow-multiple-decimals="false" decimal-char="," (click)='openCurrencyClick()'> </ion-input>