Postleitzahlen Suche und e2e Tests
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
{#each Object.entries(Enums.Ausstellgrund) as [name, ausstellgrund]}
|
||||
<label class="radio-inline">
|
||||
<input
|
||||
name="ausstellgrund"
|
||||
type="radio"
|
||||
value={ausstellgrund}
|
||||
bind:group={ausweis.ausstellgrund}
|
||||
@@ -45,7 +46,7 @@
|
||||
</HelpLabel>
|
||||
<div>
|
||||
<TagInput
|
||||
name="IGheizung"
|
||||
name="baujahr_heizung"
|
||||
type="number"
|
||||
onlyUnique={true}
|
||||
onFocusIn={() => {
|
||||
@@ -80,7 +81,7 @@
|
||||
</HelpLabel>
|
||||
<div>
|
||||
<TagInput
|
||||
name="IGbaujahr"
|
||||
name="baujahr_gebaeude"
|
||||
type="number"
|
||||
onlyUnique={true}
|
||||
onFocusIn={() => {
|
||||
@@ -113,10 +114,8 @@
|
||||
</HelpLabel>
|
||||
<div>
|
||||
<input
|
||||
id="IGanzahl"
|
||||
name="IGanzahl"
|
||||
class=" "
|
||||
type="text"
|
||||
name="einheiten"
|
||||
type="number"
|
||||
required
|
||||
autocomplete="off"
|
||||
data-msg="Pflichtfeld"
|
||||
@@ -135,8 +134,7 @@
|
||||
</HelpLabel>
|
||||
<div>
|
||||
<select
|
||||
id="IGsan"
|
||||
name="IGsan"
|
||||
name="saniert"
|
||||
class=""
|
||||
required
|
||||
bind:value={gebaeude.saniert}
|
||||
|
||||
Reference in New Issue
Block a user