-
Hi all,
What I'm missing is a way to update my model when the user selects from the list. I tried to use the This is the Autocomplete configuration I'm using:
If I remove the SelectedOptionsChanged parameter everything runs fine. But I need to know when the user selects from the list to update the model. In fact, the only thing I still need is: how to update the model when the user selects an option from the list. Thanks in advance for your help and bye ... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
If you want to do something after the value has been changed, you can use a |
Beta Was this translation helpful? Give feedback.
-
Hi! and many thanks for your answer.
... ... ...
(1): receiving this error when adding this parameter: Argument 1: cannot convert from 'method group' to 'System.Action' Again many thanks in advance ... |
Beta Was this translation helpful? Give feedback.
-
Your method private async Task OnAseguradosSelectionadosChangedAsync()
{
// Your can use _aseguradosSeleccionados to detect which items are selected
} |
Beta Was this translation helpful? Give feedback.
Your method
OnAseguradosSelectionadosChangedAsync
cannot have arguments.