Revamped to further simplify and make more correct

This commit is contained in:
Tig
2024-06-30 11:53:54 -07:00
parent 76422667c1
commit cd43ee363d
32 changed files with 299 additions and 191 deletions

View File

@@ -828,6 +828,7 @@ Three ",
Assert.Equal ("Tw", cb.Text);
Assert.False (cb.IsShow);
cb.SetSource<string> (null);
Assert.False (cb.IsShow);
Assert.False (cb.NewKeyDownEvent (Key.Enter));
Assert.True (cb.NewKeyDownEvent (Key.F4)); // with no source also expand empty
Assert.True (cb.IsShow);