From 58d73b6631dd6bf764eec4c801baed7e67c13314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flavio=20Bont=C3=A0?= Date: Thu, 13 Nov 2025 16:27:42 +0100 Subject: [PATCH] fix autocomplete con workaround --- .../strutture-pubbliche.component.html | 31 +++++++++++++------ .../strutture-pubbliche.component.ts | 25 +++++++++++++-- 2 files changed, 44 insertions(+), 12 deletions(-) diff --git a/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.html b/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.html index fd85992..907c3ca 100644 --- a/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.html +++ b/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.html @@ -31,23 +31,31 @@ optionLabel="descrizione" optionValue="codice" [filter]="true"> - - + + + dataKey="dataKey" + optionLabel="luogo"> + #item>
@if (luogo.tipo === 'comune') {
+ class="bg-surface-50 dark:bg-surface-900 rounded-2xl border-2 border-dashed border-surface-200 dark:border-surface-700 h-[400px]"> @@ -204,7 +215,7 @@ - {{ row.struttura.nome }} + {{ row.struttura.nome }}