Fahrzeugauswahl überarbeitet

This commit is contained in:
PxlLoewe
2025-07-01 02:19:00 -07:00
parent 169a05ed8f
commit 157394767f
9 changed files with 249 additions and 157 deletions

View File

@@ -21,6 +21,7 @@ export const ListInput = <T extends FieldValues>({
const [value, setValue] = useState<string>("");
return (
<Controller
defaultValue={[] as any}
control={control}
name={name}
render={({ field }) => {