Ancora update selezione sistemato
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -60,8 +60,9 @@
|
||||
{
|
||||
<div class="alert alert-info">← selezionare valore</div>
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
<b>@currDetail</b>
|
||||
<i>timeserie selezionata x num call/tempo</i>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user