Postleitzahlen Suche und e2e Tests

This commit is contained in:
Moritz Utcke
2024-01-13 19:27:31 +07:00
parent cee4953715
commit 3e9b312354
23 changed files with 417 additions and 91 deletions

View File

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