Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

blazor onchange event not firing with inputselect

 private Task OnValueChanged(string value)
{
    // Assign the selected value to the Model 
    comment.Country = value;
   return Task.CompletedTask;
} 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #blazor #onchange #event #firing #inputselect
ADD COMMENT
Topic
Name
2+9 =