Ancora update selezione sistemato

This commit is contained in:
Samuele Locatelli
2026-04-10 12:35:57 +02:00
parent 98cbf96077
commit d08f8eaa7e
2 changed files with 4 additions and 2 deletions
@@ -60,9 +60,10 @@ namespace MP.IOC.Components.Compo
return !string.IsNullOrEmpty(currSelect) && currSelect == curKey ? "bg-dark text-light bg-gradient" : "";
}
private void DoReset()
private async Task DoReset()
{
currSelect = "";
await EC_Selected.InvokeAsync("");
}
private async Task DoSelect(string reqKey)
+2 -1
View File
@@ -60,8 +60,9 @@
{
<div class="alert alert-info">&larr; selezionare valore</div>
}
else
else
{
<b>@currDetail</b>
<i>timeserie selezionata x num call/tempo</i>
}
</div>