- Timer per messaggi ScanNew
This commit is contained in:
@ -120,8 +120,9 @@
|
||||
</div>
|
||||
}
|
||||
|
||||
<div class="mb-3 w-100">
|
||||
<RadzenTextBox @bind-Value="@registrationCode" Placeholder="Inserirci il codice" Style="width: 100%;" />
|
||||
|
||||
</div>
|
||||
|
||||
@if (!string.IsNullOrEmpty(invalidMessage))
|
||||
{
|
||||
@ -296,6 +297,11 @@
|
||||
isScanning = false;
|
||||
await StartScan();
|
||||
}
|
||||
|
||||
await Task.Delay(5000);
|
||||
confirmationMessage = "";
|
||||
invalidMessage = "";
|
||||
StateHasChanged();
|
||||
}
|
||||
|
||||
private async Task Reset()
|
||||
|
||||
Reference in New Issue
Block a user