fix inizializzazione parametri
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user