Change minimum of input field to be 0.
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
</div>
|
||||
<div class="my-auto" style="padding-right: 4px">
|
||||
<input style="text-align: right; border-width:0px;border:none; padding:0px; padding-left: 0.5vw; padding-right: 8px; max-width: 80px"
|
||||
value="1" maxlength="3"
|
||||
value="1" maxlength="3" min="0"
|
||||
type="number" class="form-control form-control-lg" v-model.number="servings"/>
|
||||
</div>
|
||||
<div class="my-auto">
|
||||
|
Reference in New Issue
Block a user