We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab4dc0 commit e12c6ceCopy full SHA for e12c6ce
app/pages/home/home.html
@@ -13,7 +13,7 @@
13
<ion-list inset>
14
<ion-item class="item-flat">
15
<ion-label floating class="label-big">Code produit</ion-label>
16
- <ion-input [(ngModel)]="productCode" (keyup)="handleSearch()" (keydown.enter)="getProduct()" type="text" class="input-big"></ion-input>
+ <ion-input [(ngModel)]="productCode" (keyup)="handleSearch()" (keydown.enter)="getProduct()" type="tel" class="input-big"></ion-input>
17
</ion-item>
18
</ion-list>
19
<button fab janari fab-bottom fab-center class="fab-footer" (click)="scan()">
0 commit comments