dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.36k stars 9.99k forks source link

Form does not submit when pressing enter key with blazor server side #16665

Closed matthewpetch closed 4 years ago

matthewpetch commented 4 years ago

Describe the bug

Typically, a HTML form should submit when you have a input with type="submit" in the form. With Blazor, the form doesn't get submitted when pressing enter.

To Reproduce

Steps to reproduce the behavior:

  1. Create an EditForm
  2. Add a text input
  3. Add a submit input
  4. when running, enter some text and press the enter key

Expected behavior

Form is submitted, as if clicking a submit button

matthewpetch commented 4 years ago

already reported #16666