Required Field Validator

Write something

Code:

<EditForm Model="@exampleModel" OnValidSubmit="@HandleValidSubmit">
  <InputText id="name" @ref="Name.Current" @bind-Value="exampleModel.Name" />
  <RequiredFieldValidator Type="string" ControlToValidate="@Name" ForeColor="Red" Text="Name is required." />
  <button type="submit">Submit</button>
</EditForm>
An unhandled error has occurred. Reload 🗙