vain0x / DotNetKit.Wpf.AutoCompleteComboBox

ComboBox with filtering (auto-complete) for WPF
MIT License
71 stars 26 forks source link

Fixes #6 Line encoding issue in demo #7

Closed croddin closed 6 years ago

croddin commented 6 years ago

This fixes an issue in the demo #6 where if the file is encoded with "\n" line endings the whole list of people is turned into one person object with a very long name, and the library appears to be broken as filtering does not occur.

vain0x commented 6 years ago

@croddin , Thank you!

I verified and it reproduced.