fix: fix some status logic.

This commit is contained in:
rabbitism
2024-06-23 14:03:45 +08:00
parent 94b788a5ef
commit 83833fbdd3
4 changed files with 38 additions and 21 deletions

View File

@@ -114,7 +114,7 @@ public class DatePicker: DatePickerBase, IClearControl
}
SetCurrentValue(IsDropdownOpenProperty, true);
}
private void OnTextChanged(object sender, TextChangedEventArgs e)
{
if (string.IsNullOrEmpty(_textBox?.Text))