Skip to content

Commit e12c6ce

Browse files
author
Nicolas
committed
Change keyboard type for product code
1 parent 3ab4dc0 commit e12c6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/home/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ion-list inset>
1414
<ion-item class="item-flat">
1515
<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>
16+
<ion-input [(ngModel)]="productCode" (keyup)="handleSearch()" (keydown.enter)="getProduct()" type="tel" class="input-big"></ion-input>
1717
</ion-item>
1818
</ion-list>
1919
<button fab janari fab-bottom fab-center class="fab-footer" (click)="scan()">

0 commit comments

Comments
 (0)