test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-04-11 16:35:36 +02:00
parent 727e2f60c4
commit c3c3b4f83d

View File

@ -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">