Password

Password and PasswordControl components are built on top of Blazor's InputText class, and support all standard behaviors for form model and validation. They must be wrapped inside Blazor's EditForm component or Blazority's Form component, and cannot be used in standalone mode. Learn more at ASP.NET Core Blazor forms and validation

Blazority provides the Password component which encases the label, help text and validation in a single component. It also provides the underlying PasswordControl component providing only the logic, allowing custom styling and formatting of the containing form components.

Using Password

The current password is

Validation

Required. The current password is

Using PasswordControl

Helper Text
An unhandled error has occurred. Reload 🗙