MudBlazor/MudBlazor

MudForm SuppressImplicitSubmission not working

Closed

#3,962 opened on Feb 15, 2022

 (2 comments) (4 reactions) (0 assignees)C# (1,631 forks)batch import
buggood first issue

Repository metrics

Stars
 (10,394 stars)
PR merge metrics
 (Avg merge 6d 6h) (108 merged PRs in 30d)

Description

Bug type

Component

Component name

MudForm

What happened?

After Adding SuppressImplicitSubmission="false" to a MudForm, The Enter Key is not Submitting the Form

Expected behavior

Enter should Submit the Form

Reproduction link

https://try.mudblazor.com/snippet/QOcwkmbpAyGUxDYk

Reproduction steps

  1. Add SuppressImplicitSubmission="false" to a MudForm
  2. Enter Data to the Fields
  3. Press enter

Relevant log output

No response

Version (bug)

6.0.6

Version (working)

No response

What browsers are you seeing the problem on?

Chrome

On what operating system are you experiencing the issue?

Windows, Mac OSX

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributor guide