Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151122 | Jan 31,2020 11:26 AM UTC | Feb 10,2020 10:10 AM UTC | Blazor | 3 |
![]() |
Tags: AutoComplete |
List<string> CountryList = new List<string> { "Australia", "Bermuda", "Canada", "Cameroon", "Denmark", "France" };
protected override void OnInitialized()
{
LocalData = CountryList.Select(x => new CountryData()
{
CountryName = x
}).ToList();
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.