This commit is contained in:
@ -270,11 +270,12 @@ function updateTotalNutrition() {
|
||||
|
||||
|
||||
<div class="content">
|
||||
<div class="form-row">
|
||||
<label for="portions">Wählen Sie die Anzahl an Portionen</label>
|
||||
<input type="number" id="portions" name="portions" placeholder="Portionen" min="1" value="1" oninput="recalculateTableBasedOnPortions()">
|
||||
</div>
|
||||
<form onsubmit="event.preventDefault(); addProduct();" id="product-form" class="form-layout">
|
||||
<div class="form-row">
|
||||
<label for="portions">Wählen Sie die Anzahl an Portionen</label>
|
||||
<input type="number" id="portions" name="portions" placeholder="Portionen" min="1" value="1" oninput="recalculateTableBasedOnPortions()">
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<label for="my_combobox">Wählen Sie ein Lebensmittel</label>
|
||||
<input list="products" name="my_combobox" id="my_combobox" placeholder="Lebensmittel" oninput="updateButtonState()" autocomplete="off">
|
||||
|
Reference in New Issue
Block a user