Skip to content

Simple helper for Loading suggestions list in AutoSuggestBox

cs
private void AutoSuggest_TextChanged(AutoSuggestBox sender, AutoSuggestBoxTextChangedEventArgs args)
{
    AutoSuggestBoxHelper.LoadSuggestions(sender, args, mylist);
}

AutoSuggestBoxHelper

Demo

you can run demo and see this feature.

Released under the MIT License.