MarcBruins / MBAutoComplete

C# autocomplete field for iOS
MIT License
12 stars 9 forks source link

auto complete not working #6

Closed minareadyapps closed 6 years ago

minareadyapps commented 7 years ago

when I enter text in my textfield data not sorted according to this letter

example I have list that contain xamarin word , it should be in the top of list when I enter xam first three letters but that not happen with this library

public override void ViewDidLoad()
        {

            autoCompleteTextField.Setup(this, new List<string>() { "customizable", "xamarin", "autocomplete", "ios" });
}
MarcBruins commented 6 years ago

working fine in sample