I was curious to see new .net 7 Blazor binding syntax in action and tried to replace @onchange="@(code => OnCodeChanged(code, r.ServiceId))"
with bind:after
but I couldn't find a way to pass it ServiceId which I need to properly identify entity which is being updated.
Is there a way to pass arbitrary parameters to bind:after
or bind:set
?