Skip to content

Commit

Permalink
Add min max for resin input
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqirito committed Jun 19, 2022
1 parent 5c3bc61 commit 20ff05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/resin-timer/resin-timer.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ion-card mode="ios">
<ion-item *ngIf="isContentLoaded" >
<ion-label position="stacked">How much your Resin you have right now?</ion-label>
<ion-input [autofocus]="true" (ionChange)="getResinValue($event)" inputmode="decimal"></ion-input>
<ion-input [autofocus]="true" (ionChange)="getResinValue($event)" inputmode="decimal" [min]="1" [max]="160"></ion-input>
</ion-item>
<ion-item>
<ion-label position="stacked">Date & Time for your Resin full</ion-label>
Expand Down

0 comments on commit 20ff05c

Please sign in to comment.