SVN r506
SVN-Revision: r506
This commit is contained in:
@@ -1221,6 +1221,7 @@ namespace Lskj.Control
|
||||
if (this.Model != null && !string.IsNullOrEmpty(this.Text) && string.IsNullOrEmpty(getValueItem(this.Text)) && (ControlType.LabAutoCompleteValue == Model.FieldType || ControlType.LabAutoCompleteValueParam == Model.FieldType) && !this.IsKeyDownFocusd)
|
||||
{
|
||||
this.Text = string.Empty;
|
||||
this.EditValue = string.Empty;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user