Fix dropdown value mapping

This commit is contained in:
2025-06-19 12:45:17 +02:00
parent b382446828
commit 0cf9f3cd0f

View File

@@ -10,7 +10,7 @@
[options]="cars"
placeholder="Auto auswählen"
[formControlName]="formFieldNames.car"
[optionLabel]="formFieldNames.car"
optionLabel="name"
[inputId]="formFieldNames.car"
styleClass="w-full" />
}