ghost1372 / HandyControls

Contains some simple and commonly used WPF controls based on HandyControl
https://ghost1372.github.io/
MIT License
1.1k stars 104 forks source link

AutoCompleteTextBox FilterItems Error #179

Closed JiajunDou closed 1 year ago

JiajunDou commented 1 year ago

Describe the bug

`List countries = new List() { new Country(){ Name= "Afghanistan", code= "AF", dialCode= "93", }, new Country(){ Name= "Åland Islands", code= "AX", dialCode= "358", }, new Country(){ Name= "Albania", code= "AL", dialCode= "355", }, new Country(){ Name= "Algeria", code= "DZ", dialCode= "213", }, new Country(){ Name= "American Samoa", code= "AS", dialCode= "1684", }, .... }

country.ItemSource = countries;

`

Steps to reproduce the bug

none

Expected behavior

No response

Screenshots

微信截图_20221221120423

NuGet package version

None

IDE

Visual Studio 2022

Framework type

.Net Framework 4.8

Windows version

Windows 11 (22000)

Additional context

version:3.4.4

ghost1372 commented 1 year ago

report in original repo