Timer: sets min to 1 (#4375)

master
Aditya Tandon 2017-07-25 23:16:13 +05:30 committed by PJ Hampton
parent 5d9089c6dd
commit 54e02a8507
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<div class="tips_input--section">
<label for="number of people">Number of People</label>
<input class="frm__input bg-clr--white" type="number" id="bill_people" value="1" min="0">
<input class="frm__input bg-clr--white" type="number" id="bill_people" value="1" min="1">
</div>
</div><div class="tips__col tips__col--right fifty">