EditForm: Add method to submit form async
Open
affected-few
area-blazor
enhancement
feature-blazor-builtin-components
help wanted
Pillar: Complete Blazor Web
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
Right now you can only submit the `EditForm` by adding a `button[type=submit]` and clicking it. I'd like to have a way to manually invoke the form submit with a method. Something like
`
Click me
`
Contributor guide
Assessment
This issue has not been assessed yet.