This commit is contained in:
Moritz Utcke
2025-03-06 16:22:38 -03:00
parent 1c0a391c16
commit 534b26080d
4 changed files with 37 additions and 17 deletions

View File

@@ -18,6 +18,7 @@
export let aufnahme: AufnahmeClient;
export let ausweisart: Enums.Ausweisart
export let form: HTMLFormElement;
export let skala: HTMLDivElement;
export let showWeiter: boolean = true;
@@ -26,6 +27,8 @@
async function ausweisAbschicken() {
if (!form.checkValidity()) {
form.reportValidity()
skala.classList.add("no-scroll")
return
}