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

@@ -58,8 +58,8 @@ export const KeywordForm = ({ keyword }: { keyword?: Keyword }) => {
/>
<Input
form={form}
label="zunehmende Atembeschwerden"
placeholder="Beschreibung"
label="Beschreibung"
placeholder="zunehmende Atembeschwerden"
name="description"
className="input-sm"
/>

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 }) => {