Bugfixes und Verbesserungen

Fast alle gelisteten Probleme in https://trello.com/c/GKZotNZV werden hiermit behoben.
This commit is contained in:
Moritz Utcke
2024-03-12 12:20:18 +07:00
parent 80d62ffdc2
commit 39f4435386
8 changed files with 106 additions and 58 deletions

View File

@@ -102,7 +102,7 @@
<Progressbar progress={0} />
</div>
<PerformanceScore bind:ausweis />
<PerformanceScore bind:ausweis bind:gebaeude_aufnahme_allgemein bind:gebaeude />
</div>
<form on:submit={ausweisAbschicken} name="ausweis" data-test="ausweis">
@@ -384,7 +384,7 @@
Bitte wählen Sie hier den Gebäudetyp aus.
</HelpLabel>
<div>
<select name="gebaeudetyp" data-test="gebaeudetyp" required>
<select name="gebaeudetyp" data-test="gebaeudetyp" bind:value={gebaeude_aufnahme_allgemein.gebaeudetyp} required>
<option disabled>Bitte auswählen</option>
<option value="Einfamilienhaus">Einfamilienhaus</option>
<option value="Freistehendes Einfamilienhaus"
@@ -423,7 +423,7 @@
'Gewerbe'.
</HelpLabel>
<div>
<select name="gebaeudeteil" data-test="gebaeudeteil" required>
<select name="gebaeudeteil" data-test="gebaeudeteil" bind:value={gebaeude_aufnahme_allgemein.gebaeudeteil} required>
<option disabled>Bitte auswählen</option>
<option value="Gesamtgebäude">Gesamtgebäude</option>
<option value="Wohnen">Wohnen</option>