79103054

Date: 2024-10-18 17:19:21
Score: 2.5
Natty:
Report link

This error typically occurs when the ValueExpression parameter is not provided, which is usually handled automatically when using @bind-Value.

I faced same issue using @bind-Value. Try changing the ValueEpression instead of @bind-Value

A simple example is:

<InputText @bind-Value="clientRecord.clientName" ValueExpression="() => clientRecord.clientName" />

Reasons:
  • No code block (0.5):
  • User mentioned (1): @bind-Value
  • User mentioned (0): @bind-Value
  • User mentioned (0): @bind-Value
  • Low reputation (1):
Posted by: Eleh Gilbert