Skip to content

fix: add missing WithInputType("password") in AddPasswordField#119

Merged
phmatray merged 1 commit intomainfrom
fix/password-field-input-type
Mar 9, 2026
Merged

fix: add missing WithInputType("password") in AddPasswordField#119
phmatray merged 1 commit intomainfrom
fix/password-field-input-type

Conversation

@phmatray
Copy link
Owner

@phmatray phmatray commented Mar 9, 2026

Summary

  • The AddPasswordField extension method in FluentFormBuilderExtensions.cs was missing .WithInputType("password") in its method chain, causing the InputType property to not be set to "password".
  • This fix was already applied on the develop branch (commit 90d4102) but was never merged to main, causing CI test failures on main.

Test plan

  • All 667 tests pass locally (608 unit tests + 59 MudBlazor tests, 0 failures)
  • The AddPasswordField test asserting field.InputType.ShouldBe("password") now passes

@phmatray phmatray merged commit 426cc77 into main Mar 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant