Skip to content

Instantly share code, notes, and snippets.

@dneimke
Created March 11, 2021 05:13
Show Gist options
  • Select an option

  • Save dneimke/1e1ca5f110f33911449bdbbb5276676b to your computer and use it in GitHub Desktop.

Select an option

Save dneimke/1e1ca5f110f33911449bdbbb5276676b to your computer and use it in GitHub Desktop.
<EditForm Model="@ContactDetails" OnSubmit="@FormSubmitted">
<BootstrapInput @bind-Value="ContactDetails.Name" />
<button class="btn btn-primary mt-3" type="submit">Submit</button>
</EditForm>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment