Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150959 | Jan 25,2020 05:51 PM UTC | Jan 28,2020 06:30 AM UTC | Blazor | 3 |
![]() |
Tags: AutoComplete |
public void keydown(KeyboardEventArgs args)
{
if(args.Code == "Enter")
{
Console.WriteLine(value.Code);
}
}
public Countries value { get; set; }
public void onActionComplete(ActionCompleteEventArgs args)
{
value = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Countries>>(args.Result.ToString()).ToList<Countries>().FirstOrDefault();
}
|
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.