- remove data-field attrib

This commit is contained in:
Enrico Bühler 2022-08-02 12:14:11 +02:00
parent 13229d1123
commit 35e6081d21

View File

@ -6,7 +6,7 @@
FeBaFix Rechner FeBaFix Rechner
</h1> </h1>
<form id="windowsill-calculator" class="count-calculator"> <form id="windowsill-calculator" class="count-calculator">
<label data-field class="field"> <label class="field">
Stärke der Fensterbank Stärke der Fensterbank
<select name="" id="windowsill-type-input"> <select name="" id="windowsill-type-input">
<option value="16"> <option value="16">
@ -20,20 +20,20 @@
</option> </option>
</select> </select>
</label> </label>
<label data-field id="windowsill-strength-input-container" style="display: none;" class="field"> <label id="windowsill-strength-input-container" style="display: none;" class="field">
Sondergröße der Fensterbank Sondergröße der Fensterbank
<input name="windowsill-strength" type="number" id="windowsill-strength-input" max="1000" /> <input name="windowsill-strength" type="number" id="windowsill-strength-input" max="1000" />
</label> </label>
<label data-field class="field"> <label class="field">
Summe zu montierender Fensterbänke in Meter Summe zu montierender Fensterbänke in Meter
<input name="length" type="number" id="length-input" min="0" /> <input name="length" type="number" id="length-input" min="0" />
</label> </label>
<h3>Ergebnis</h3> <h3>Ergebnis</h3>
<label data-field class="field"> <label class="field">
Stückzahl: Stückzahl:
<output id="count-output">Erwarte Eingabe...</output> <output id="count-output">Erwarte Eingabe...</output>
</label> </label>
<label data-field class="field"> <label class="field">
Art: Art:
<output id="windowsill-type-output">Erwarte Eingabe...</output> <output id="windowsill-type-output">Erwarte Eingabe...</output>
</label> </label>