Update selected values

blazor
Pat Hartl 2023-03-03 19:41:56 -06:00
parent de1e53f237
commit ef26c4d40d
1 changed files with 2 additions and 0 deletions

View File

@ -36,5 +36,7 @@
{
SelectedEntities.Remove(value);
}
SelectedValues = SelectedEntities.Select(e => e.Id);
}
}