Dear Team,
I want to show the numeric keyboard on ios like this
What can i do?
Thank you!
Dear Team,
I want to show the numeric keyboard on ios like this
What can i do?
Thank you!
set input to number
<ion-input type=“number” ></ion-input>
i try
<ion-input text-right type=“tel” pattern="[0-9]*" [(ngModel)]=“LoanAmountValue” placeholder=“0.00” [disabled]=“isAmount”
and
<ion-input text-right type=“number” pattern="[0-9]*" [(ngModel)]=“LoanAmountValue” placeholder=“0.00” [disabled]=“isAmount”
but still not show .(dot) on keyboard
Hi,
Did you get any solution?
I’ve the same issue
In case anyone is still looking - try <ion-input inputmode="decimal"><ion-input>