fix #4398 - InputList component not handling scenario where input is reset to nothing
This commit is contained in:
parent
f057688e7d
commit
1209739398
@ -37,8 +37,6 @@
|
||||
}
|
||||
|
||||
protected void OnChange(ChangeEventArgs e)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(e.Value.ToString()))
|
||||
{
|
||||
Value = e.Value.ToString();
|
||||
if (ValueChanged.HasDelegate)
|
||||
@ -47,4 +45,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user