SVN-Revision: r506
This commit is contained in:
wyf
2025-04-22 03:00:41 +00:00
parent 8889f01e9e
commit 747fbb0233
@@ -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) 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.Text = string.Empty;
this.EditValue = string.Empty;
} }
} }
/// <summary> /// <summary>