fix inizializzazione parametri

This commit is contained in:
zaccaria.majid
2022-11-24 08:42:03 +01:00
parent a11fbd4dd3
commit db67889482
5 changed files with 8 additions and 7 deletions
+4 -3
View File
@@ -27,15 +27,16 @@ namespace MP.INVE.Components
/// </summary>
protected void setFocus()
{
// all'apertura del componente -_> focus su txtbox scan (e anche dopo input)
// all'apertura del componente --> focus su txtbox scan (e anche dopo input)
}
private ElementReference target;
protected string lastScan { get; set; } = "";
[Parameter]
public SelectScanParams currParams { get; set; } = null!;
public SelectScanParams currParams = new SelectScanParams();
protected string rawScan
{
get => currParams.UDC;